Apache Airflow · Capability

Airflow API (Stable) — Permission

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

Run with Naftiko Apache AirflowPermission

What You Can Do

GET
Getpermissions — Apache Airflow List Permissions
/v1/permissions

MCP Tools

apache-airflow-list-permissions

Apache Airflow List Permissions

read-only idempotent

Capability Spec

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