Tool details
Playground
Input schema
input-schema.json
Documentation Index
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
| Field | Value |
|---|---|
| Name | sheets__get_spreadsheet |
| Group | Integrations |
{
"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."
}