generate_mind_map
Generate and save a mind map from a notebook's sources. Returns the saved mind map ID and JSON structure for further use.
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 |
|---|---|---|---|
| title | No | Optional title for the saved mind map. | |
| 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. |