source_get_content
Retrieve raw text from a source by its ID, including PDFs, web pages, pasted text, or YouTube transcripts. Use to export original content without AI processing, with optional polling until indexed content is ready.
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 | |||