generate_study_aid
Generate flashcards or quizzes from your notebook sources to review and reinforce learning. Optionally, use a focus prompt to steer content.
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. | |
| 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. |