Airbyte · Capability

airbyte-api — public_connector_definitions

airbyte-api — public_connector_definitions. 1 operations. Lead operation: Airbyte List Connector Definitions. Self-contained Naftiko capability covering one Airbyte business surface.

Run with Naftiko Airbytepublic_connector_definitions

What You Can Do

GET
Listconnectordefinitions — Airbyte List Connector Definitions
/v1/connector-definitions

MCP Tools

airbyte-list-connector-definitions

Airbyte List Connector Definitions

read-only idempotent

Capability Spec

airbyte-public-connector-definitions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: airbyte-api — public_connector_definitions
  description: 'airbyte-api — public_connector_definitions. 1 operations. Lead operation: Airbyte List Connector Definitions.
    Self-contained Naftiko capability covering one Airbyte business surface.'
  tags:
  - Airbyte
  - public_connector_definitions
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AIRBYTE_API_KEY: AIRBYTE_API_KEY
capability:
  consumes:
  - type: http
    namespace: airbyte-public-connector-definitions
    baseUri: https://api.airbyte.com/v1
    description: airbyte-api — public_connector_definitions business capability. Self-contained, no shared references.
    resources:
    - name: connector_definitions
      path: /connector_definitions
      operations:
      - name: listconnectordefinitions
        method: GET
        description: Airbyte List Connector Definitions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: type
          in: query
          type: string
          description: The type of connector definition to list
          required: true
        - name: workspaceId
          in: query
          type: string
          description: The UUID of the workspace you wish to list connector definitions for. One of this or organizationId
            must be populated.
  exposes:
  - type: rest
    namespace: airbyte-public-connector-definitions-rest
    port: 8080
    description: REST adapter for airbyte-api — public_connector_definitions. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/connector-definitions
      name: connector-definitions
      description: REST surface for connector_definitions.
      operations:
      - method: GET
        name: listconnectordefinitions
        description: Airbyte List Connector Definitions
        call: airbyte-public-connector-definitions.listconnectordefinitions
        with:
          type: rest.type
          workspaceId: rest.workspaceId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: airbyte-public-connector-definitions-mcp
    port: 9090
    transport: http
    description: MCP adapter for airbyte-api — public_connector_definitions. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: airbyte-list-connector-definitions
      description: Airbyte List Connector Definitions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: airbyte-public-connector-definitions.listconnectordefinitions
      with:
        type: tools.type
        workspaceId: tools.workspaceId
      outputParameters:
      - type: object
        mapping: $.