Tomorrow.io · Capability

Weather Forecast

Weather Forecast is a Naftiko capability published by Tomorrow.io, one of 10 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Run with Naftiko

Capability Spec

weather-forecast.yaml Raw ↑
apiVersion: naftiko/v1
kind: Capability
metadata:
  name: weather-forecast
  description: Retrieve hyperlocal 14-day weather forecast from Tomorrow.io with minutely, hourly, and daily resolutions.
spec:
  api: tomorrow-io-weather-api
  operations:
    - operationId: getWeatherForecast
      method: GET
      path: /weather/forecast
  inputs:
    - name: location
      required: true
    - name: timesteps
      required: false
      default: 1h,1d
    - name: units
      required: false
  outputs:
    - name: timelines
      description: Object containing minutely / hourly / daily forecast intervals.