Apache Airflow · Capability

Airflow API (Stable) — ImportError

Airflow API (Stable) — ImportError. 2 operations. Lead operation: Apache Airflow List Import Errors. Self-contained Naftiko capability covering one Apache Airflow business surface.

Run with Naftiko Apache AirflowImportError

What You Can Do

GET
Getimporterrors — Apache Airflow List Import Errors
/v1/importerrors
GET
Getimporterror — Apache Airflow Get an Import Error
/v1/importerrors/{import-error-id}

MCP Tools

apache-airflow-list-import-errors

Apache Airflow List Import Errors

read-only idempotent
apache-airflow-get-import-error

Apache Airflow Get an Import Error

read-only idempotent

Capability Spec

apache-airflow-importerror.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Airflow API (Stable) — ImportError
  description: 'Airflow API (Stable) — ImportError. 2 operations. Lead operation: Apache Airflow List Import Errors. Self-contained
    Naftiko capability covering one Apache Airflow business surface.'
  tags:
  - Apache Airflow
  - ImportError
  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-importerror
    baseUri: ''
    description: Airflow API (Stable) — ImportError business capability. Self-contained, no shared references.
    resources:
    - name: importErrors
      path: /importErrors
      operations:
      - name: getimporterrors
        method: GET
        description: Apache Airflow List Import Errors
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: importErrors-import_error_id
      path: /importErrors/{import_error_id}
      operations:
      - name: getimporterror
        method: GET
        description: Apache Airflow Get an Import Error
        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-importerror-rest
    port: 8080
    description: REST adapter for Airflow API (Stable) — ImportError. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/importerrors
      name: importerrors
      description: REST surface for importErrors.
      operations:
      - method: GET
        name: getimporterrors
        description: Apache Airflow List Import Errors
        call: apache-airflow-importerror.getimporterrors
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/importerrors/{import-error-id}
      name: importerrors-import-error-id
      description: REST surface for importErrors-import_error_id.
      operations:
      - method: GET
        name: getimporterror
        description: Apache Airflow Get an Import Error
        call: apache-airflow-importerror.getimporterror
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: apache-airflow-importerror-mcp
    port: 9090
    transport: http
    description: MCP adapter for Airflow API (Stable) — ImportError. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: apache-airflow-list-import-errors
      description: Apache Airflow List Import Errors
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: apache-airflow-importerror.getimporterrors
      outputParameters:
      - type: object
        mapping: $.
    - name: apache-airflow-get-import-error
      description: Apache Airflow Get an Import Error
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: apache-airflow-importerror.getimporterror
      outputParameters:
      - type: object
        mapping: $.