Airbyte · Capability

airbyte-api — public_destination_definitions

airbyte-api — public_destination_definitions. 5 operations. Lead operation: Airbyte List Destination Definitions.. Self-contained Naftiko capability covering one Airbyte business surface.

Run with Naftiko Airbytepublic_destination_definitions

What You Can Do

GET
Listdestinationdefinitions — Airbyte List Destination Definitions.
/v1/workspaces/{workspaceid}/definitions/destinations
POST
Createdestinationdefinition — Airbyte Create a Destination Definition.
/v1/workspaces/{workspaceid}/definitions/destinations
GET
Getdestinationdefinition — Airbyte Get Destination Definition Details.
/v1/workspaces/{workspaceid}/definitions/destinations/{definitionid}
PUT
Updatedestinationdefinition — Airbyte Update Destination Definition Details.
/v1/workspaces/{workspaceid}/definitions/destinations/{definitionid}
DELETE
Deletedestinationdefinition — Airbyte Delete a Destination Definition.
/v1/workspaces/{workspaceid}/definitions/destinations/{definitionid}

MCP Tools

airbyte-list-destination-definitions

Airbyte List Destination Definitions.

read-only idempotent
airbyte-create-destination-definition

Airbyte Create a Destination Definition.

airbyte-get-destination-definition-details

Airbyte Get Destination Definition Details.

read-only idempotent
airbyte-update-destination-definition-details

Airbyte Update Destination Definition Details.

idempotent
airbyte-delete-destination-definition

Airbyte Delete a Destination Definition.

idempotent

Capability Spec

airbyte-public-destination-definitions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: airbyte-api — public_destination_definitions
  description: 'airbyte-api — public_destination_definitions. 5 operations. Lead operation: Airbyte List Destination Definitions..
    Self-contained Naftiko capability covering one Airbyte business surface.'
  tags:
  - Airbyte
  - public_destination_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-destination-definitions
    baseUri: https://api.airbyte.com/v1
    description: airbyte-api — public_destination_definitions business capability. Self-contained, no shared references.
    resources:
    - name: workspaces-workspaceId-definitions-destinations
      path: /workspaces/{workspaceId}/definitions/destinations
      operations:
      - name: listdestinationdefinitions
        method: GET
        description: Airbyte List Destination Definitions.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createdestinationdefinition
        method: POST
        description: Airbyte Create a Destination Definition.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: workspaces-workspaceId-definitions-destinations-definitionId
      path: /workspaces/{workspaceId}/definitions/destinations/{definitionId}
      operations:
      - name: getdestinationdefinition
        method: GET
        description: Airbyte Get Destination Definition Details.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updatedestinationdefinition
        method: PUT
        description: Airbyte Update Destination Definition Details.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deletedestinationdefinition
        method: DELETE
        description: Airbyte Delete a Destination Definition.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: airbyte-public-destination-definitions-rest
    port: 8080
    description: REST adapter for airbyte-api — public_destination_definitions. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/workspaces/{workspaceid}/definitions/destinations
      name: workspaces-workspaceid-definitions-destinations
      description: REST surface for workspaces-workspaceId-definitions-destinations.
      operations:
      - method: GET
        name: listdestinationdefinitions
        description: Airbyte List Destination Definitions.
        call: airbyte-public-destination-definitions.listdestinationdefinitions
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createdestinationdefinition
        description: Airbyte Create a Destination Definition.
        call: airbyte-public-destination-definitions.createdestinationdefinition
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workspaces/{workspaceid}/definitions/destinations/{definitionid}
      name: workspaces-workspaceid-definitions-destinations-definitionid
      description: REST surface for workspaces-workspaceId-definitions-destinations-definitionId.
      operations:
      - method: GET
        name: getdestinationdefinition
        description: Airbyte Get Destination Definition Details.
        call: airbyte-public-destination-definitions.getdestinationdefinition
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatedestinationdefinition
        description: Airbyte Update Destination Definition Details.
        call: airbyte-public-destination-definitions.updatedestinationdefinition
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletedestinationdefinition
        description: Airbyte Delete a Destination Definition.
        call: airbyte-public-destination-definitions.deletedestinationdefinition
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: airbyte-public-destination-definitions-mcp
    port: 9090
    transport: http
    description: MCP adapter for airbyte-api — public_destination_definitions. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: airbyte-list-destination-definitions
      description: Airbyte List Destination Definitions.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: airbyte-public-destination-definitions.listdestinationdefinitions
      outputParameters:
      - type: object
        mapping: $.
    - name: airbyte-create-destination-definition
      description: Airbyte Create a Destination Definition.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: airbyte-public-destination-definitions.createdestinationdefinition
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: airbyte-get-destination-definition-details
      description: Airbyte Get Destination Definition Details.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: airbyte-public-destination-definitions.getdestinationdefinition
      outputParameters:
      - type: object
        mapping: $.
    - name: airbyte-update-destination-definition-details
      description: Airbyte Update Destination Definition Details.
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: airbyte-public-destination-definitions.updatedestinationdefinition
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: airbyte-delete-destination-definition
      description: Airbyte Delete a Destination Definition.
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: airbyte-public-destination-definitions.deletedestinationdefinition
      outputParameters:
      - type: object
        mapping: $.