ask_question
Query a NotebookLM notebook with a question and receive an AI-generated answer including citations. Customize response with persona, length, and source filters.
Instructions
Ask a question to a NotebookLM notebook and get an AI-generated answer.
Args: notebook_id: ID of the notebook to query question: The question to ask source_ids: Comma-separated source IDs to restrict the query (optional) conversation_id: Continue an existing conversation thread (optional) persona: Set chat persona before asking (optional). Use a descriptive role like "tutor", "analyst", "concise summariser". Cleared if empty. response_length: Set response length before asking (optional). One of: short, medium, long. Cleared if empty.
Returns: Dictionary with the answer and citation information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| persona | No | ||
| question | Yes | ||
| source_ids | No | ||
| notebook_id | Yes | ||
| conversation_id | No | ||
| response_length | No |