Skip to main content
Get spreadsheet metadata including sheet names and properties

Tool details

FieldValue
Namesheets__get_spreadsheet
GroupIntegrations

Playground

Input schema

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

Output schema

This tool does not publish an output schema.