Salesloft · Capability

Salesloft — Cadence Exports

Salesloft — Cadence Exports. 1 operations. Lead operation: Salesloft Export a Cadence. Self-contained Naftiko capability covering one Salesloft business surface.

Run with Naftiko SalesloftCadence Exports

What You Can Do

GET
Get — Salesloft Export a Cadence
/v1/cadence-exports/{id}

MCP Tools

salesloft-export-cadence

Salesloft Export a Cadence

read-only idempotent

Capability Spec

salesloft-cadence-exports.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Salesloft — Cadence Exports
  description: 'Salesloft — Cadence Exports. 1 operations. Lead operation: Salesloft Export a Cadence. Self-contained Naftiko
    capability covering one Salesloft business surface.'
  tags:
  - Salesloft
  - Cadence Exports
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SALESLOFT_API_KEY: SALESLOFT_API_KEY
capability:
  consumes:
  - type: http
    namespace: salesloft-cadence-exports
    baseUri: http://{{salesloft_api_base_url}}
    description: Salesloft — Cadence Exports business capability. Self-contained, no shared references.
    resources:
    - name: cadence_exports-id
      path: /cadence_exports/{id}
      operations:
      - name: get
        method: GET
        description: Salesloft Export a Cadence
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.SALESLOFT_API_KEY}}'
  exposes:
  - type: rest
    namespace: salesloft-cadence-exports-rest
    port: 8080
    description: REST adapter for Salesloft — Cadence Exports. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/cadence-exports/{id}
      name: cadence-exports-id
      description: REST surface for cadence_exports-id.
      operations:
      - method: GET
        name: get
        description: Salesloft Export a Cadence
        call: salesloft-cadence-exports.get
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: salesloft-cadence-exports-mcp
    port: 9090
    transport: http
    description: MCP adapter for Salesloft — Cadence Exports. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: salesloft-export-cadence
      description: Salesloft Export a Cadence
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: salesloft-cadence-exports.get
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.