Add source
add_sourceAdd a YouTube or pasted-text source to a meeting note, transcribing videos asynchronously or storing text immediately. Returns the source ID and status.
Instructions
Add a source to a meeting note. Supported types: 'youtube' (requires url — the video is transcribed asynchronously; poll get_notebook until the source status is 'done') and 'text' (requires text — stored immediately as the source transcript). A recording itself always comes from the Roomtone app, not from this tool. Returns the created source with its id and status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | YouTube video URL (required when type is 'youtube') | |
| lang | No | ISO language code for transcription/processing, e.g. 'en' (default) or 'ru' | |
| text | No | Raw text content (required when type is 'text') | |
| type | Yes | Source type: 'youtube' or 'text' | |
| notebook_id | Yes | The meeting id to add the source to |