Salesloft · Capability

Salesloft — Crm Activities

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

Run with Naftiko SalesloftCrm Activities

What You Can Do

GET
Get — Salesloft List Crm Activities
/v1/crm-activities
GET
Get — Salesloft Fetch a Crm Activity
/v1/crm-activities/{id}

MCP Tools

salesloft-list-crm-activities

Salesloft List Crm Activities

read-only idempotent
salesloft-fetch-crm-activity

Salesloft Fetch a Crm Activity

read-only idempotent

Capability Spec

salesloft-crm-activities.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Salesloft — Crm Activities
  description: 'Salesloft — Crm Activities. 2 operations. Lead operation: Salesloft List Crm Activities. Self-contained Naftiko
    capability covering one Salesloft business surface.'
  tags:
  - Salesloft
  - Crm Activities
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SALESLOFT_API_KEY: SALESLOFT_API_KEY
capability:
  consumes:
  - type: http
    namespace: salesloft-crm-activities
    baseUri: http://{{salesloft_api_base_url}}
    description: Salesloft — Crm Activities business capability. Self-contained, no shared references.
    resources:
    - name: crm_activities
      path: /crm_activities
      operations:
      - name: get
        method: GET
        description: Salesloft List Crm Activities
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ids
          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: crm_activities-id
      path: /crm_activities/{id}
      operations:
      - name: get
        method: GET
        description: Salesloft Fetch a Crm Activity
        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-crm-activities-rest
    port: 8080
    description: REST adapter for Salesloft — Crm Activities. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/crm-activities
      name: crm-activities
      description: REST surface for crm_activities.
      operations:
      - method: GET
        name: get
        description: Salesloft List Crm Activities
        call: salesloft-crm-activities.get
        with:
          ids: rest.ids
          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/crm-activities/{id}
      name: crm-activities-id
      description: REST surface for crm_activities-id.
      operations:
      - method: GET
        name: get
        description: Salesloft Fetch a Crm Activity
        call: salesloft-crm-activities.get
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: salesloft-crm-activities-mcp
    port: 9090
    transport: http
    description: MCP adapter for Salesloft — Crm Activities. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: salesloft-list-crm-activities
      description: Salesloft List Crm Activities
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: salesloft-crm-activities.get
      with:
        ids: tools.ids
        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-crm-activity
      description: Salesloft Fetch a Crm Activity
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: salesloft-crm-activities.get
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.