Salesloft · Capability

Salesloft — Meetings

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

Run with Naftiko SalesloftMeetings

What You Can Do

GET
Get — Salesloft List Meetings
/v1/meetings
PUT
Put — Salesloft Update a Meeting
/v1/meetings/{id}

MCP Tools

salesloft-list-meetings

Salesloft List Meetings

read-only idempotent
salesloft-update-meeting

Salesloft Update a Meeting

idempotent

Capability Spec

salesloft-meetings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Salesloft — Meetings
  description: 'Salesloft — Meetings. 2 operations. Lead operation: Salesloft List Meetings. Self-contained Naftiko capability
    covering one Salesloft business surface.'
  tags:
  - Salesloft
  - Meetings
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SALESLOFT_API_KEY: SALESLOFT_API_KEY
capability:
  consumes:
  - type: http
    namespace: salesloft-meetings
    baseUri: http://{{salesloft_api_base_url}}
    description: Salesloft — Meetings business capability. Self-contained, no shared references.
    resources:
    - name: meetings
      path: /meetings
      operations:
      - name: get
        method: GET
        description: Salesloft List Meetings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ids
          in: query
          type: string
        - name: status
          in: query
          type: string
        - name: person_id
          in: query
          type: string
        - name: account_id
          in: query
          type: string
        - name: person_id
          in: query
          type: string
        - name: event_ids
          in: query
          type: string
        - name: i_cal_uids
          in: query
          type: string
        - name: task_ids
          in: query
          type: string
        - name: include_meetings_settings
          in: query
          type: string
        - name: start_time[gt]
          in: query
          type: string
        - name: start_time[gte]
          in: query
          type: string
        - name: start_time[lt]
          in: query
          type: string
        - name: start_time[lte]
          in: query
          type: string
        - name: created_at[gt]
          in: query
          type: string
        - name: created_at[gte]
          in: query
          type: string
        - name: created_at[lt]
          in: query
          type: string
        - name: created_at[lte]
          in: query
          type: string
        - name: user_guids
          in: query
          type: string
        - name: show_deleted
          in: query
          type: string
        - name: booked_by_user_uuid
          in: query
          type: string
        - name: no_show
          in: query
          type: string
        - name: meeting_type_id
          in: query
          type: string
        - name: cadence_id
          in: query
          type: string
        - name: step_id
          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: meetings-id
      path: /meetings/{id}
      operations:
      - name: put
        method: PUT
        description: Salesloft Update a Meeting
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.SALESLOFT_API_KEY}}'
  exposes:
  - type: rest
    namespace: salesloft-meetings-rest
    port: 8080
    description: REST adapter for Salesloft — Meetings. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/meetings
      name: meetings
      description: REST surface for meetings.
      operations:
      - method: GET
        name: get
        description: Salesloft List Meetings
        call: salesloft-meetings.get
        with:
          ids: rest.ids
          status: rest.status
          person_id: rest.person_id
          account_id: rest.account_id
          event_ids: rest.event_ids
          i_cal_uids: rest.i_cal_uids
          task_ids: rest.task_ids
          include_meetings_settings: rest.include_meetings_settings
          start_time[gt]: rest.start_time[gt]
          start_time[gte]: rest.start_time[gte]
          start_time[lt]: rest.start_time[lt]
          start_time[lte]: rest.start_time[lte]
          created_at[gt]: rest.created_at[gt]
          created_at[gte]: rest.created_at[gte]
          created_at[lt]: rest.created_at[lt]
          created_at[lte]: rest.created_at[lte]
          user_guids: rest.user_guids
          show_deleted: rest.show_deleted
          booked_by_user_uuid: rest.booked_by_user_uuid
          no_show: rest.no_show
          meeting_type_id: rest.meeting_type_id
          cadence_id: rest.cadence_id
          step_id: rest.step_id
          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/meetings/{id}
      name: meetings-id
      description: REST surface for meetings-id.
      operations:
      - method: PUT
        name: put
        description: Salesloft Update a Meeting
        call: salesloft-meetings.put
        with:
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: salesloft-meetings-mcp
    port: 9090
    transport: http
    description: MCP adapter for Salesloft — Meetings. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: salesloft-list-meetings
      description: Salesloft List Meetings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: salesloft-meetings.get
      with:
        ids: tools.ids
        status: tools.status
        person_id: tools.person_id
        account_id: tools.account_id
        event_ids: tools.event_ids
        i_cal_uids: tools.i_cal_uids
        task_ids: tools.task_ids
        include_meetings_settings: tools.include_meetings_settings
        start_time[gt]: tools.start_time[gt]
        start_time[gte]: tools.start_time[gte]
        start_time[lt]: tools.start_time[lt]
        start_time[lte]: tools.start_time[lte]
        created_at[gt]: tools.created_at[gt]
        created_at[gte]: tools.created_at[gte]
        created_at[lt]: tools.created_at[lt]
        created_at[lte]: tools.created_at[lte]
        user_guids: tools.user_guids
        show_deleted: tools.show_deleted
        booked_by_user_uuid: tools.booked_by_user_uuid
        no_show: tools.no_show
        meeting_type_id: tools.meeting_type_id
        cadence_id: tools.cadence_id
        step_id: tools.step_id
        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-update-meeting
      description: Salesloft Update a Meeting
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: salesloft-meetings.put
      with:
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.