Weatherbit · Capability

Weatherbit - Interactive Swagger UI Documentation — Bulk Downloads

Weatherbit - Interactive Swagger UI Documentation — Bulk Downloads. 1 operations. Lead operation: Weatherbit Download Pre-generated Bulk Datasets. Self-contained Naftiko capability covering one Weatherbit business surface.

Run with Naftiko WeatherbitBulk Downloads

What You Can Do

GET
Get — Weatherbit Download Pre-generated Bulk Datasets
/v1/bulk/files

MCP Tools

weatherbit-download-pre-generated-bulk

Weatherbit Download Pre-generated Bulk Datasets

read-only idempotent

Capability Spec

current-weather-bulk-downloads.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Weatherbit - Interactive Swagger UI Documentation — Bulk Downloads
  description: 'Weatherbit - Interactive Swagger UI Documentation — Bulk Downloads. 1 operations. Lead operation: Weatherbit
    Download Pre-generated Bulk Datasets. Self-contained Naftiko capability covering one Weatherbit business surface.'
  tags:
  - Weatherbit
  - Bulk Downloads
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WEATHERBIT_API_KEY: WEATHERBIT_API_KEY
capability:
  consumes:
  - type: http
    namespace: current-weather-bulk-downloads
    baseUri: https://api.weatherbit.io/v2.0
    description: Weatherbit - Interactive Swagger UI Documentation — Bulk Downloads business capability. Self-contained, no
      shared references.
    resources:
    - name: bulk-files
      path: /bulk/files
      operations:
      - name: get
        method: GET
        description: Weatherbit Download Pre-generated Bulk Datasets
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: file
          in: path
          type: string
          description: Filename (ie. current.csv.gz)
          required: true
        - name: key
          in: query
          type: string
          description: Your registered API key.
          required: true
  exposes:
  - type: rest
    namespace: current-weather-bulk-downloads-rest
    port: 8080
    description: REST adapter for Weatherbit - Interactive Swagger UI Documentation — Bulk Downloads. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/bulk/files
      name: bulk-files
      description: REST surface for bulk-files.
      operations:
      - method: GET
        name: get
        description: Weatherbit Download Pre-generated Bulk Datasets
        call: current-weather-bulk-downloads.get
        with:
          file: rest.file
          key: rest.key
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: current-weather-bulk-downloads-mcp
    port: 9090
    transport: http
    description: MCP adapter for Weatherbit - Interactive Swagger UI Documentation — Bulk Downloads. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: weatherbit-download-pre-generated-bulk
      description: Weatherbit Download Pre-generated Bulk Datasets
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: current-weather-bulk-downloads.get
      with:
        file: tools.file
        key: tools.key
      outputParameters:
      - type: object
        mapping: $.