Tomorrow.io · Capability

Events

Events 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

events.yaml Raw ↑
apiVersion: naftiko/v1
kind: Capability
metadata:
  name: events
  description: Retrieve severe weather events, fires, floods, and lightning events for a location.
spec:
  api: tomorrow-io-events-api
  operations:
    - operationId: getEvents
      method: GET
      path: /events
    - operationId: postEvents
      method: POST
      path: /events
  inputs:
    - name: location
      required: true
    - name: insights
      required: false
    - name: buffer
      required: false
  outputs:
    - name: events
      description: Array of weather event records with severity, geometry, and time window.