Salesloft · Capability
Salesloft — Transcriptions
Salesloft — Transcriptions. 4 operations. Lead operation: Salesloft List Transcriptions. Self-contained Naftiko capability covering one Salesloft business surface.
What You Can Do
GET
Get
— Salesloft List Transcriptions
/v1/transcriptions
GET
Get
— Salesloft Fetch a Transcription
/v1/transcriptions/{id}
GET
Get
— Salesloft Fetch a Transcription Artifact
/v1/transcriptions/{id}/artifact
GET
Get
— Salesloft Fetch a Transcription's Sentences
/v1/transcriptions/{id}/sentences
MCP Tools
salesloft-list-transcriptions
Salesloft List Transcriptions
read-only
idempotent
salesloft-fetch-transcription
Salesloft Fetch a Transcription
read-only
idempotent
salesloft-fetch-transcription-artifact
Salesloft Fetch a Transcription Artifact
read-only
idempotent
salesloft-fetch-transcription-s-sentences
Salesloft Fetch a Transcription's Sentences
read-only
idempotent
Capability Spec
naftiko: 1.0.0-alpha2
info:
label: Salesloft — Transcriptions
description: 'Salesloft — Transcriptions. 4 operations. Lead operation: Salesloft List Transcriptions. Self-contained Naftiko
capability covering one Salesloft business surface.'
tags:
- Salesloft
- Transcriptions
created: '2026-05-19'
modified: '2026-05-19'
binds:
- namespace: env
keys:
SALESLOFT_API_KEY: SALESLOFT_API_KEY
capability:
consumes:
- type: http
namespace: salesloft-transcriptions
baseUri: http://{{salesloft_api_base_url}}
description: Salesloft — Transcriptions business capability. Self-contained, no shared references.
resources:
- name: transcriptions
path: /transcriptions
operations:
- name: get
method: GET
description: Salesloft List Transcriptions
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- 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: 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: language_code
in: query
type: string
- name: ids
in: query
type: string
- name: sort_by
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: transcriptions-id
path: /transcriptions/{id}
operations:
- name: get
method: GET
description: Salesloft Fetch a Transcription
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: id
in: path
type: string
required: true
- name: transcriptions-id-artifact
path: /transcriptions/{id}/artifact
operations:
- name: get
method: GET
description: Salesloft Fetch a Transcription Artifact
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: id
in: path
type: string
required: true
- name: transcriptions-id-sentences
path: /transcriptions/{id}/sentences
operations:
- name: get
method: GET
description: Salesloft Fetch a Transcription's Sentences
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: per_page
in: query
type: string
- name: page
in: query
type: string
- name: include_paging_counts
in: query
type: string
- name: id
in: path
type: string
required: true
authentication:
type: bearer
token: '{{env.SALESLOFT_API_KEY}}'
exposes:
- type: rest
namespace: salesloft-transcriptions-rest
port: 8080
description: REST adapter for Salesloft — Transcriptions. One Spectral-compliant resource per consumed operation, prefixed
with /v1.
resources:
- path: /v1/transcriptions
name: transcriptions
description: REST surface for transcriptions.
operations:
- method: GET
name: get
description: Salesloft List Transcriptions
call: salesloft-transcriptions.get
with:
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]
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]
language_code: rest.language_code
ids: rest.ids
sort_by: rest.sort_by
per_page: rest.per_page
page: rest.page
include_paging_counts: rest.include_paging_counts
outputParameters:
- type: object
mapping: $.
- path: /v1/transcriptions/{id}
name: transcriptions-id
description: REST surface for transcriptions-id.
operations:
- method: GET
name: get
description: Salesloft Fetch a Transcription
call: salesloft-transcriptions.get
with:
id: rest.id
outputParameters:
- type: object
mapping: $.
- path: /v1/transcriptions/{id}/artifact
name: transcriptions-id-artifact
description: REST surface for transcriptions-id-artifact.
operations:
- method: GET
name: get
description: Salesloft Fetch a Transcription Artifact
call: salesloft-transcriptions.get
with:
id: rest.id
outputParameters:
- type: object
mapping: $.
- path: /v1/transcriptions/{id}/sentences
name: transcriptions-id-sentences
description: REST surface for transcriptions-id-sentences.
operations:
- method: GET
name: get
description: Salesloft Fetch a Transcription's Sentences
call: salesloft-transcriptions.get
with:
per_page: rest.per_page
page: rest.page
include_paging_counts: rest.include_paging_counts
id: rest.id
outputParameters:
- type: object
mapping: $.
- type: mcp
namespace: salesloft-transcriptions-mcp
port: 9090
transport: http
description: MCP adapter for Salesloft — Transcriptions. One tool per consumed operation, routed inline through this capability's
consumes block.
tools:
- name: salesloft-list-transcriptions
description: Salesloft List Transcriptions
hints:
readOnly: true
destructive: false
idempotent: true
call: salesloft-transcriptions.get
with:
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]
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]
language_code: tools.language_code
ids: tools.ids
sort_by: tools.sort_by
per_page: tools.per_page
page: tools.page
include_paging_counts: tools.include_paging_counts
outputParameters:
- type: object
mapping: $.
- name: salesloft-fetch-transcription
description: Salesloft Fetch a Transcription
hints:
readOnly: true
destructive: false
idempotent: true
call: salesloft-transcriptions.get
with:
id: tools.id
outputParameters:
- type: object
mapping: $.
- name: salesloft-fetch-transcription-artifact
description: Salesloft Fetch a Transcription Artifact
hints:
readOnly: true
destructive: false
idempotent: true
call: salesloft-transcriptions.get
with:
id: tools.id
outputParameters:
- type: object
mapping: $.
- name: salesloft-fetch-transcription-s-sentences
description: Salesloft Fetch a Transcription's Sentences
hints:
readOnly: true
destructive: false
idempotent: true
call: salesloft-transcriptions.get
with:
per_page: tools.per_page
page: tools.page
include_paging_counts: tools.include_paging_counts
id: tools.id
outputParameters:
- type: object
mapping: $.