Tomorrow.io · Capability

Realtime Weather

Realtime Weather 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

realtime-weather.yaml Raw ↑
apiVersion: naftiko/v1
kind: Capability
metadata:
  name: realtime-weather
  description: Retrieve current weather conditions from Tomorrow.io for a point or named location.
spec:
  api: tomorrow-io-weather-api
  operations:
    - operationId: getRealtimeWeather
      method: GET
      path: /weather/realtime
  inputs:
    - name: location
      required: true
      description: 'lat,lng pair or Tomorrow.io locationId.'
    - name: units
      required: false
      default: metric
  outputs:
    - name: values
      description: Map of requested data layer field names to current values.