Skip to main content
Read cell data from a spreadsheet range

Tool details

FieldValue
Namesheets__read_range
GroupIntegrations

Playground

Input schema

Input schema
{
  "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."
}

Output schema

This tool does not publish an output schema.