generate_mind_map
Create a structured mind map from your NotebookLM sources. Optionally set a focus, title, or language, and receive the saved mind map ID and JSON structure.
Instructions
Generate and save a mind map from a notebook’s sources. RPC-backed (no browser). Returns the saved mind-map id and its JSON structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| focus | No | Optional prompt steering what the mind map emphasises. | |
| title | No | Optional title for the saved mind map. | |
| language | No | Language of the mind-map nodes (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. |