cross_notebook_query
Query multiple NotebookLM notebooks to get aggregated answers with citations from each source. Specify notebooks by name, tags, or query all.
Instructions
Query multiple notebooks and get aggregated answers with per-notebook citations.
Specify notebooks by name, by tags, or use all=True for all notebooks.
Args: query: Question to ask across notebooks notebook_names: Comma-separated notebook names or IDs (e.g. "AI Research, Dev Tools") tags: Comma-separated tags to select notebooks (e.g. "ai,mcp") all: Query ALL notebooks (use with caution — rate limits apply)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | ||
| tags | No | ||
| query | Yes | ||
| notebook_names | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||