Apache Airflow · Capability

Airflow API — Monitor

Airflow API — Monitor. 1 operations. Lead operation: Airflow Get Health. Self-contained Naftiko capability covering one Airflow business surface.

Run with Naftiko AirflowMonitor

What You Can Do

GET
Gethealth — Airflow Get Health
/v1/api/v2/monitor/health

MCP Tools

airflow-get-health

Airflow Get Health

read-only idempotent

Capability Spec

airflow-monitor.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Airflow API — Monitor
  description: 'Airflow API — Monitor. 1 operations. Lead operation: Airflow Get Health. Self-contained Naftiko capability
    covering one Airflow business surface.'
  tags:
  - Airflow
  - Monitor
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AIRFLOW_API_KEY: AIRFLOW_API_KEY
capability:
  consumes:
  - type: http
    namespace: airflow-monitor
    baseUri: ''
    description: Airflow API — Monitor business capability. Self-contained, no shared references.
    resources:
    - name: api-v2-monitor-health
      path: /api/v2/monitor/health
      operations:
      - name: gethealth
        method: GET
        description: Airflow Get Health
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.AIRFLOW_API_KEY}}'
  exposes:
  - type: rest
    namespace: airflow-monitor-rest
    port: 8080
    description: REST adapter for Airflow API — Monitor. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/api/v2/monitor/health
      name: api-v2-monitor-health
      description: REST surface for api-v2-monitor-health.
      operations:
      - method: GET
        name: gethealth
        description: Airflow Get Health
        call: airflow-monitor.gethealth
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: airflow-monitor-mcp
    port: 9090
    transport: http
    description: MCP adapter for Airflow API — Monitor. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: airflow-get-health
      description: Airflow Get Health
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: airflow-monitor.gethealth
      outputParameters:
      - type: object
        mapping: $.