Boltic · Capability

Boltic Pipes API — Destinations

Boltic Pipes API — Destinations. 1 operations. Lead operation: Boltic List available destination types. Self-contained Naftiko capability covering one Boltic business surface.

Run with Naftiko BolticDestinations

What You Can Do

GET
Listdestinations — Boltic List available destination types
/v1/destinations

MCP Tools

boltic-list-available-destination-types

Boltic List available destination types

read-only idempotent

Capability Spec

pipes-destinations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Boltic Pipes API — Destinations
  description: 'Boltic Pipes API — Destinations. 1 operations. Lead operation: Boltic List available destination types. Self-contained
    Naftiko capability covering one Boltic business surface.'
  tags:
  - Boltic
  - Destinations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BOLTIC_API_KEY: BOLTIC_API_KEY
capability:
  consumes:
  - type: http
    namespace: pipes-destinations
    baseUri: https://api.boltic.io/v1
    description: Boltic Pipes API — Destinations business capability. Self-contained, no shared references.
    resources:
    - name: destinations
      path: /destinations
      operations:
      - name: listdestinations
        method: GET
        description: Boltic List available destination types
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.BOLTIC_API_KEY}}'
  exposes:
  - type: rest
    namespace: pipes-destinations-rest
    port: 8080
    description: REST adapter for Boltic Pipes API — Destinations. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/destinations
      name: destinations
      description: REST surface for destinations.
      operations:
      - method: GET
        name: listdestinations
        description: Boltic List available destination types
        call: pipes-destinations.listdestinations
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: pipes-destinations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Boltic Pipes API — Destinations. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: boltic-list-available-destination-types
      description: Boltic List available destination types
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: pipes-destinations.listdestinations
      outputParameters:
      - type: object
        mapping: $.