notebook_share_batch
Invite multiple collaborators to a NotebookLM notebook in one request. Specify recipients with email and optional role to grant access.
Instructions
Invite multiple collaborators in a single request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be True after user approval | |
| recipients | Yes | List of dicts, each with 'email' (str) and optional 'role' (str). Role defaults to 'viewer'. Example: [{"email": "a@b.com", "role": "editor"}] | |
| notebook_id | Yes | Notebook UUID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||