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.
Create a new spreadsheet with optional initial data
sheets__create_spreadsheet
{ "type": "object", "properties": { "properties": { "type": "object", "description": "Spreadsheet properties such as title" }, "sheets": { "type": "array", "description": "Optional initial sheet definitions" } }, "required": [ "properties" ], "description": "Input schema for the sheets__create_spreadsheet tool." }