Salesloft · Capability

Salesloft — Actions

Salesloft — Actions. 2 operations. Lead operation: Salesloft List Actions. Self-contained Naftiko capability covering one Salesloft business surface.

Run with Naftiko SalesloftActions

What You Can Do

GET
Get — Salesloft List Actions
/v1/actions
GET
Get — Salesloft Fetch an Action
/v1/actions/{id}

MCP Tools

salesloft-list-actions

Salesloft List Actions

read-only idempotent
salesloft-fetch-action

Salesloft Fetch an Action

read-only idempotent

Capability Spec

salesloft-actions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Salesloft — Actions
  description: 'Salesloft — Actions. 2 operations. Lead operation: Salesloft List Actions. Self-contained Naftiko capability
    covering one Salesloft business surface.'
  tags:
  - Salesloft
  - Actions
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SALESLOFT_API_KEY: SALESLOFT_API_KEY
capability:
  consumes:
  - type: http
    namespace: salesloft-actions
    baseUri: http://{{salesloft_api_base_url}}
    description: Salesloft — Actions business capability. Self-contained, no shared references.
    resources:
    - name: actions
      path: /actions
      operations:
      - name: get
        method: GET
        description: Salesloft List Actions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ids
          in: query
          type: string
        - name: step_id
          in: query
          type: string
        - name: type
          in: query
          type: string
        - name: due_on[gt]
          in: query
          type: string
        - name: due_on[gte]
          in: query
          type: string
        - name: due_on[lt]
          in: query
          type: string
        - name: due_on[lte]
          in: query
          type: string
        - name: user_guid
          in: query
          type: string
        - name: person_id
          in: query
          type: string
        - name: cadence_id
          in: query
          type: string
        - name: multitouch_group_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: 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: actions-id
      path: /actions/{id}
      operations:
      - name: get
        method: GET
        description: Salesloft Fetch an Action
        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-actions-rest
    port: 8080
    description: REST adapter for Salesloft — Actions. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/actions
      name: actions
      description: REST surface for actions.
      operations:
      - method: GET
        name: get
        description: Salesloft List Actions
        call: salesloft-actions.get
        with:
          ids: rest.ids
          step_id: rest.step_id
          type: rest.type
          due_on[gt]: rest.due_on[gt]
          due_on[gte]: rest.due_on[gte]
          due_on[lt]: rest.due_on[lt]
          due_on[lte]: rest.due_on[lte]
          user_guid: rest.user_guid
          person_id: rest.person_id
          cadence_id: rest.cadence_id
          multitouch_group_id: rest.multitouch_group_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]
          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: $.
    - path: /v1/actions/{id}
      name: actions-id
      description: REST surface for actions-id.
      operations:
      - method: GET
        name: get
        description: Salesloft Fetch an Action
        call: salesloft-actions.get
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: salesloft-actions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Salesloft — Actions. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: salesloft-list-actions
      description: Salesloft List Actions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: salesloft-actions.get
      with:
        ids: tools.ids
        step_id: tools.step_id
        type: tools.type
        due_on[gt]: tools.due_on[gt]
        due_on[gte]: tools.due_on[gte]
        due_on[lt]: tools.due_on[lt]
        due_on[lte]: tools.due_on[lte]
        user_guid: tools.user_guid
        person_id: tools.person_id
        cadence_id: tools.cadence_id
        multitouch_group_id: tools.multitouch_group_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]
        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-fetch-action
      description: Salesloft Fetch an Action
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: salesloft-actions.get
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.