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.
Get spreadsheet metadata including sheet names and properties
sheets__get_spreadsheet
{ "type": "object", "properties": { "spreadsheetId": { "type": "string", "description": "Google Sheets spreadsheet ID" }, "includeGridData": { "type": "boolean", "description": "Whether to include grid data" }, "ranges": { "type": "array", "items": { "type": "string", "description": "One range item supplied to the tool." }, "description": "Ranges to include when includeGridData is true" } }, "required": [ "spreadsheetId" ], "description": "Input schema for the sheets__get_spreadsheet tool." }