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