research_status
Monitor research progress in NotebookLM by polling completion status with configurable intervals and timeout settings.
Instructions
Poll research progress. Blocks until complete or timeout.
Args: notebook_id: Notebook UUID poll_interval: Seconds between polls (default: 30) max_wait: Max seconds to wait (default: 300, 0=single poll) compact: If True (default), truncate report and limit sources shown to save tokens. Use compact=False to get full details.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notebook_id | Yes | ||
| poll_interval | No | ||
| max_wait | No | ||
| compact | No |