Skip to main content
Snippets are time-bounded clips of a call recording. They’re useful for highlighting key moments — objection handling, pricing reveals, competitive mentions — and sharing them with teammates or saving them to a library.

Tools

create_snippet

Scope: mcp:write.
Create a shareable snippet from a call recording. Provide both start_time and end_time to clip a specific time range, or omit both to use the full recording. The snippet can optionally be added to a library folder.
conversation_id
string
required
The call ID to create a snippet from.
user_uuid
string
required
UUID of the user who owns the snippet.
internal
boolean
required
Whether the snippet is internal-only (true) or shareable externally (false).
start_time
number
Start time in seconds. Omit both start_time and end_time to use the full recording. Cannot be negative.
end_time
number
End time in seconds. Must be greater than start_time. Omit both start_time and end_time to use the full recording.
title
string
Optional snippet title. Auto-generated when omitted.
notes
string
Optional notes to attach to the snippet.
notify_views
boolean
Whether to notify viewers when the snippet is opened. Default: false.
in_library
boolean
When true, adds the snippet to the library. Use library_folder_path to specify the folder.
library_folder_path
string
Library folder path when in_library is true. Omit for the root folder.
my_library
boolean
When in_library is true, set this to true to add the snippet to the user’s personal library instead of the org library.
Returns: A Markdown summary including the snippet ID, conversation ID, optional title, and the time range. Example prompt: “Create a clip from my call with Acme between 12:30 and 14:00, title it ‘Pricing Reveal’, and add it to the Sales Snippets library folder.”