Salesloft · Capability

Salesloft — Reschedule Links

Salesloft — Reschedule Links. 1 operations. Lead operation: Salesloft Fetch a Reschedule Meeting Link. Self-contained Naftiko capability covering one Salesloft business surface.

Run with Naftiko SalesloftReschedule Links

What You Can Do

GET
Get — Salesloft Fetch a Reschedule Meeting Link
/v1/meetings/reschedule-links/{id}

MCP Tools

salesloft-fetch-reschedule-meeting-link

Salesloft Fetch a Reschedule Meeting Link

read-only idempotent

Capability Spec

salesloft-reschedule-links.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Salesloft — Reschedule Links
  description: 'Salesloft — Reschedule Links. 1 operations. Lead operation: Salesloft Fetch a Reschedule Meeting Link. Self-contained
    Naftiko capability covering one Salesloft business surface.'
  tags:
  - Salesloft
  - Reschedule Links
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SALESLOFT_API_KEY: SALESLOFT_API_KEY
capability:
  consumes:
  - type: http
    namespace: salesloft-reschedule-links
    baseUri: http://{{salesloft_api_base_url}}
    description: Salesloft — Reschedule Links business capability. Self-contained, no shared references.
    resources:
    - name: meetings-reschedule_links-id
      path: /meetings/reschedule_links/{id}
      operations:
      - name: get
        method: GET
        description: Salesloft Fetch a Reschedule Meeting Link
        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-reschedule-links-rest
    port: 8080
    description: REST adapter for Salesloft — Reschedule Links. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/meetings/reschedule-links/{id}
      name: meetings-reschedule-links-id
      description: REST surface for meetings-reschedule_links-id.
      operations:
      - method: GET
        name: get
        description: Salesloft Fetch a Reschedule Meeting Link
        call: salesloft-reschedule-links.get
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: salesloft-reschedule-links-mcp
    port: 9090
    transport: http
    description: MCP adapter for Salesloft — Reschedule Links. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: salesloft-fetch-reschedule-meeting-link
      description: Salesloft Fetch a Reschedule Meeting Link
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: salesloft-reschedule-links.get
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.