source_get_content
Fetch raw text directly from NotebookLM sources like PDFs, web pages, pasted text, or YouTube transcripts. Returns original indexed content without AI processing, ideal for quick export.
Instructions
Get raw text content of a source (no AI processing).
Returns the original indexed text from PDFs, web pages, pasted text, or YouTube transcripts. Much faster than notebook_query for content export.
Args:
source_id: Source UUID
wait: Poll until indexed content is available
wait_timeout: Maximum seconds to wait when wait is enabled
poll_interval: Seconds between readiness checks
Returns: content (str), title (str), source_type (str), char_count (int)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | ||
| source_id | Yes | ||
| wait_timeout | No | ||
| poll_interval | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||