Apache Airflow · Capability

Airflow API (Stable) — Provider

Airflow API (Stable) — Provider. 1 operations. Lead operation: Apache Airflow List Providers. Self-contained Naftiko capability covering one Apache Airflow business surface.

Run with Naftiko Apache AirflowProvider

What You Can Do

GET
Getproviders — Apache Airflow List Providers
/v1/providers

MCP Tools

apache-airflow-list-providers

Apache Airflow List Providers

read-only idempotent

Capability Spec

apache-airflow-provider.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Airflow API (Stable) — Provider
  description: 'Airflow API (Stable) — Provider. 1 operations. Lead operation: Apache Airflow List Providers. Self-contained
    Naftiko capability covering one Apache Airflow business surface.'
  tags:
  - Apache Airflow
  - Provider
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    APACHE_AIRFLOW_API_KEY: APACHE_AIRFLOW_API_KEY
capability:
  consumes:
  - type: http
    namespace: apache-airflow-provider
    baseUri: ''
    description: Airflow API (Stable) — Provider business capability. Self-contained, no shared references.
    resources:
    - name: providers
      path: /providers
      operations:
      - name: getproviders
        method: GET
        description: Apache Airflow List Providers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: basic
      username: '{{env.APACHE_AIRFLOW_USER}}'
      password: '{{env.APACHE_AIRFLOW_PASS}}'
  exposes:
  - type: rest
    namespace: apache-airflow-provider-rest
    port: 8080
    description: REST adapter for Airflow API (Stable) — Provider. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/providers
      name: providers
      description: REST surface for providers.
      operations:
      - method: GET
        name: getproviders
        description: Apache Airflow List Providers
        call: apache-airflow-provider.getproviders
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: apache-airflow-provider-mcp
    port: 9090
    transport: http
    description: MCP adapter for Airflow API (Stable) — Provider. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: apache-airflow-list-providers
      description: Apache Airflow List Providers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: apache-airflow-provider.getproviders
      outputParameters:
      - type: object
        mapping: $.