Tomorrow.io · Capability

Insights

Insights 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

insights.yaml Raw ↑
apiVersion: naftiko/v1
kind: Capability
metadata:
  name: insights
  description: Manage reusable weather insight definitions that power the Events and Alerts APIs.
spec:
  api: tomorrow-io-insights-api
  operations:
    - operationId: listInsights
      method: GET
      path: /insights
    - operationId: getInsight
      method: GET
      path: /insights/{insightId}
    - operationId: createInsight
      method: POST
      path: /insights
    - operationId: updateInsight
      method: PUT
      path: /insights/{insightId}
    - operationId: deleteInsight
      method: DELETE
      path: /insights/{insightId}