share_spreadsheet
Share a spreadsheet with specific users or publicly. Choose roles like reader, writer, or commenter to control access.
Instructions
Share a spreadsheet with someone or make it publicly accessible.
Args: spreadsheet_id: The ID of the spreadsheet. email: Email address to share with (optional if make_public=True). role: Permission level - "reader", "writer", or "commenter". make_public: If True, makes spreadsheet accessible to anyone with link.
Returns: JSON with sharing result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | reader | |
| No | |||
| make_public | No | ||
| spreadsheet_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |