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.
List recent Google Sheets spreadsheets from Drive
| Field | Value |
|---|---|
| Name | sheets__list_spreadsheets |
| Group | Integrations |
{
"type": "object",
"properties": {
"q": {
"type": "string",
"description": "Drive query limited to Google Sheets spreadsheets"
},
"pageSize": {
"type": "number",
"description": "Maximum number of spreadsheets to return"
},
"pageToken": {
"type": "string",
"description": "Pagination token"
},
"fields": {
"type": "string",
"description": "Partial response field selector"
}
},
"description": "Input schema for the sheets__list_spreadsheets tool."
}