Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Add a new sheet/tab to a spreadsheet
sheets__add_sheet
{ "type": "object", "properties": { "spreadsheetId": { "type": "string", "description": "Google Sheets spreadsheet ID" }, "requests": { "type": "array", "description": "A batchUpdate requests array containing an addSheet request" } }, "required": [ "spreadsheetId", "requests" ], "description": "Input schema for the sheets__add_sheet tool." }