notebook_share_public
Enable or disable public link access for a NotebookLM notebook. Toggle sharing by notebook ID to control whether anyone with the link can view it.
Instructions
Enable or disable public link access.
Args: notebook_id: Notebook UUID is_public: True to enable public link, False to disable (default: True)
Returns: public_link if enabled, None if disabled
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| is_public | No | ||
| notebook_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||