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