Skip to main content
List recent Google Sheets spreadsheets from Drive

Tool details

FieldValue
Namesheets__list_spreadsheets
GroupIntegrations

Playground

Input schema

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

Output schema

This tool does not publish an output schema.