Salesloft · Capability

Salesloft — Cadence Memberships

Salesloft — Cadence Memberships. 4 operations. Lead operation: Salesloft List Cadence Memberships. Self-contained Naftiko capability covering one Salesloft business surface.

Run with Naftiko SalesloftCadence Memberships

What You Can Do

GET
Get — Salesloft List Cadence Memberships
/v1/cadence-memberships
POST
Post — Salesloft Create a Cadence Membership
/v1/cadence-memberships
GET
Get — Salesloft Fetch a Cadence Membership
/v1/cadence-memberships/{id}
DELETE
Delete — Salesloft Delete a Cadence Membership
/v1/cadence-memberships/{id}

MCP Tools

salesloft-list-cadence-memberships

Salesloft List Cadence Memberships

read-only idempotent
salesloft-create-cadence-membership

Salesloft Create a Cadence Membership

salesloft-fetch-cadence-membership

Salesloft Fetch a Cadence Membership

read-only idempotent
salesloft-delete-cadence-membership

Salesloft Delete a Cadence Membership

idempotent

Capability Spec

salesloft-cadence-memberships.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Salesloft — Cadence Memberships
  description: 'Salesloft — Cadence Memberships. 4 operations. Lead operation: Salesloft List Cadence Memberships. Self-contained
    Naftiko capability covering one Salesloft business surface.'
  tags:
  - Salesloft
  - Cadence Memberships
  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-memberships
    baseUri: http://{{salesloft_api_base_url}}
    description: Salesloft — Cadence Memberships business capability. Self-contained, no shared references.
    resources:
    - name: cadence_memberships
      path: /cadence_memberships
      operations:
      - name: get
        method: GET
        description: Salesloft List Cadence Memberships
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ids
          in: query
          type: string
        - name: person_id
          in: query
          type: string
        - name: cadence_id
          in: query
          type: string
        - name: updated_at[gt]
          in: query
          type: string
        - name: updated_at[gte]
          in: query
          type: string
        - name: updated_at[lt]
          in: query
          type: string
        - name: updated_at[lte]
          in: query
          type: string
        - name: currently_on_cadence
          in: query
          type: string
        - name: sort_by
          in: query
          type: string
        - name: sort_direction
          in: query
          type: string
        - name: per_page
          in: query
          type: string
        - name: page
          in: query
          type: string
        - name: include_paging_counts
          in: query
          type: string
        - name: limit_paging_counts
          in: query
          type: string
      - name: post
        method: POST
        description: Salesloft Create a Cadence Membership
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: person_id
          in: query
          type: string
        - name: cadence_id
          in: query
          type: string
        - name: user_id
          in: query
          type: string
        - name: step_id
          in: query
          type: string
        - name: task_id
          in: query
          type: string
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: cadence_memberships-id
      path: /cadence_memberships/{id}
      operations:
      - name: get
        method: GET
        description: Salesloft Fetch a Cadence Membership
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          required: true
      - name: delete
        method: DELETE
        description: Salesloft Delete a Cadence Membership
        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-memberships-rest
    port: 8080
    description: REST adapter for Salesloft — Cadence Memberships. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/cadence-memberships
      name: cadence-memberships
      description: REST surface for cadence_memberships.
      operations:
      - method: GET
        name: get
        description: Salesloft List Cadence Memberships
        call: salesloft-cadence-memberships.get
        with:
          ids: rest.ids
          person_id: rest.person_id
          cadence_id: rest.cadence_id
          updated_at[gt]: rest.updated_at[gt]
          updated_at[gte]: rest.updated_at[gte]
          updated_at[lt]: rest.updated_at[lt]
          updated_at[lte]: rest.updated_at[lte]
          currently_on_cadence: rest.currently_on_cadence
          sort_by: rest.sort_by
          sort_direction: rest.sort_direction
          per_page: rest.per_page
          page: rest.page
          include_paging_counts: rest.include_paging_counts
          limit_paging_counts: rest.limit_paging_counts
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: post
        description: Salesloft Create a Cadence Membership
        call: salesloft-cadence-memberships.post
        with:
          person_id: rest.person_id
          cadence_id: rest.cadence_id
          user_id: rest.user_id
          step_id: rest.step_id
          task_id: rest.task_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/cadence-memberships/{id}
      name: cadence-memberships-id
      description: REST surface for cadence_memberships-id.
      operations:
      - method: GET
        name: get
        description: Salesloft Fetch a Cadence Membership
        call: salesloft-cadence-memberships.get
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: delete
        description: Salesloft Delete a Cadence Membership
        call: salesloft-cadence-memberships.delete
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: salesloft-cadence-memberships-mcp
    port: 9090
    transport: http
    description: MCP adapter for Salesloft — Cadence Memberships. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: salesloft-list-cadence-memberships
      description: Salesloft List Cadence Memberships
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: salesloft-cadence-memberships.get
      with:
        ids: tools.ids
        person_id: tools.person_id
        cadence_id: tools.cadence_id
        updated_at[gt]: tools.updated_at[gt]
        updated_at[gte]: tools.updated_at[gte]
        updated_at[lt]: tools.updated_at[lt]
        updated_at[lte]: tools.updated_at[lte]
        currently_on_cadence: tools.currently_on_cadence
        sort_by: tools.sort_by
        sort_direction: tools.sort_direction
        per_page: tools.per_page
        page: tools.page
        include_paging_counts: tools.include_paging_counts
        limit_paging_counts: tools.limit_paging_counts
      outputParameters:
      - type: object
        mapping: $.
    - name: salesloft-create-cadence-membership
      description: Salesloft Create a Cadence Membership
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: salesloft-cadence-memberships.post
      with:
        person_id: tools.person_id
        cadence_id: tools.cadence_id
        user_id: tools.user_id
        step_id: tools.step_id
        task_id: tools.task_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: salesloft-fetch-cadence-membership
      description: Salesloft Fetch a Cadence Membership
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: salesloft-cadence-memberships.get
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: salesloft-delete-cadence-membership
      description: Salesloft Delete a Cadence Membership
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: salesloft-cadence-memberships.delete
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.