notebook_share_batch
Invite multiple collaborators to a NotebookLM notebook in a single batch request, specifying roles like editor or viewer.
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 |
|---|---|---|---|
| confirm | No | ||
| recipients | Yes | ||
| notebook_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||