Apache Airflow · Capability

Airflow API (Stable) — Plugin

Airflow API (Stable) — Plugin. 1 operations. Lead operation: Apache Airflow Get a List of Loaded Plugins. Self-contained Naftiko capability covering one Apache Airflow business surface.

Run with Naftiko Apache AirflowPlugin

What You Can Do

GET
Getplugins — Apache Airflow Get a List of Loaded Plugins
/v1/plugins

MCP Tools

apache-airflow-get-list-loaded

Apache Airflow Get a List of Loaded Plugins

read-only idempotent

Capability Spec

apache-airflow-plugin.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Airflow API (Stable) — Plugin
  description: 'Airflow API (Stable) — Plugin. 1 operations. Lead operation: Apache Airflow Get a List of Loaded Plugins.
    Self-contained Naftiko capability covering one Apache Airflow business surface.'
  tags:
  - Apache Airflow
  - Plugin
  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-plugin
    baseUri: ''
    description: Airflow API (Stable) — Plugin business capability. Self-contained, no shared references.
    resources:
    - name: plugins
      path: /plugins
      operations:
      - name: getplugins
        method: GET
        description: Apache Airflow Get a List of Loaded Plugins
        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-plugin-rest
    port: 8080
    description: REST adapter for Airflow API (Stable) — Plugin. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/plugins
      name: plugins
      description: REST surface for plugins.
      operations:
      - method: GET
        name: getplugins
        description: Apache Airflow Get a List of Loaded Plugins
        call: apache-airflow-plugin.getplugins
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: apache-airflow-plugin-mcp
    port: 9090
    transport: http
    description: MCP adapter for Airflow API (Stable) — Plugin. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: apache-airflow-get-list-loaded
      description: Apache Airflow Get a List of Loaded Plugins
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: apache-airflow-plugin.getplugins
      outputParameters:
      - type: object
        mapping: $.