Tools
create_snippet
Scope:
mcp:write.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.
The call ID to create a snippet from.
UUID of the user who owns the snippet.
Whether the snippet is internal-only (
true) or shareable externally (false).Start time in seconds. Omit both
start_time and end_time to use the full recording. Cannot be negative.End time in seconds. Must be greater than
start_time. Omit both start_time and end_time to use the full recording.Optional snippet title. Auto-generated when omitted.
Optional notes to attach to the snippet.
Whether to notify viewers when the snippet is opened. Default:
false.When
true, adds the snippet to the library. Use library_folder_path to specify the folder.Library folder path when
in_library is true. Omit for the root folder.When
in_library is true, set this to true to add the snippet to the user’s personal library instead of the org library.