generate_study_aid
Turn your NotebookLM sources into flashcards or a quiz. Generate a study aid with optional focus and language settings to prepare for exams.
Instructions
Generate a study aid from a notebook’s sources: flashcards or a quiz. RPC-backed (no browser). Returns when generation completes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | Which study aid to generate. | |
| focus | No | Optional focus prompt to steer the content. | |
| language | No | Language of the generated study aid (BCP-47 code or language name). Defaults to NOTEBOOKLM_CONTENT_LANGUAGE, or English. | |
| notebook_id | No | Notebook UUID (alternative to notebook_url). | |
| notebook_url | No | NotebookLM notebook URL. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | The tool payload on success. The exact shape depends on the tool. | |
| error | No | Human-readable error message, present only when success is false. | |
| success | Yes | Whether the tool call succeeded. |