share_notebook
Read a notebook's sharing status and enable or disable its public link to control access.
Instructions
Read a notebook’s sharing status, or toggle its public link. Omit set_public to just read status (public link on/off, owner/collaborators). Set set_public: true/false to enable/disable the public link. RPC-backed (no browser).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| set_public | No | Optional. true = enable public link, false = restrict. Omit to only read status. | |
| 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. |