Tomorrow.io · Capability

Tomorrow.io Weather API — Climate

Climate surface of the Tomorrow.io Weather API. 1 operations. Lead operation: Tomorrow.io Post Climate Normals. Self-contained Naftiko capability covering one Tomorrow.io business surface.

Run with Naftiko Tomorrow.ioWeatherClimate

What You Can Do

POST
Postclimatenormals — Tomorrow.io Post Climate Normals
/v1/historical/normals

MCP Tools

io-post-climate-normals

Tomorrow.io Post Climate Normals

Capability Spec

tomorrow-climate.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Tomorrow.io Weather API — Climate
  description: 'Climate surface of the Tomorrow.io Weather API. 1 operations. Lead operation: Tomorrow.io Post Climate Normals. Self-contained Naftiko capability covering one Tomorrow.io business surface.'
  tags:
  - Tomorrow.io
  - Weather
  - Climate
  created: '2026-05-30'
  modified: '2026-05-30'
binds:
- namespace: env
  keys:
    TOMORROW_API_KEY: TOMORROW_API_KEY
capability:
  consumes:
  - type: http
    namespace: tomorrow-climate
    baseUri: https://api.tomorrow.io/v4
    description: Tomorrow.io Weather API — Climate business capability. Self-contained, no shared references.
    authentication:
      type: apikey
      key: apikey
      value: '{{env.TOMORROW_API_KEY}}'
      placement: query
    resources:
    - name: historical-normals
      path: /historical/normals
      operations:
      - name: postClimateNormals
        method: POST
        description: Tomorrow.io Post Climate Normals
        inputParameters:
        - name: body
          in: body
          type: object
          required: true
          description: Request body payload.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: tomorrow-climate-rest
    port: 8080
    description: REST adapter for Tomorrow.io Weather API — Climate. One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/historical/normals
      name: historical-normals
      description: REST surface for historical-normals.
      operations:
      - method: POST
        name: postClimateNormals
        description: Tomorrow.io Post Climate Normals
        call: tomorrow-climate.postClimateNormals
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: tomorrow-climate-mcp
    port: 9090
    transport: http
    description: MCP adapter for Tomorrow.io Weather API — Climate. One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: io-post-climate-normals
      description: Tomorrow.io Post Climate Normals
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: tomorrow-climate.postClimateNormals
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.