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.
Read cell data from a spreadsheet range
sheets__read_range
{ "type": "object", "properties": { "spreadsheetId": { "type": "string", "description": "Google Sheets spreadsheet ID" }, "range": { "type": "string", "description": "A1 notation range to read" }, "majorDimension": { "type": "string", "description": "Major dimension for returned values" }, "valueRenderOption": { "type": "string", "description": "How values can be rendered" } }, "required": [ "spreadsheetId", "range" ], "description": "Input schema for the sheets__read_range tool." }