Skip to main content
List files and folders in a Google Drive folder or root

Tool details

FieldValue
Namedrive__list_files
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "q": {
      "type": "string",
      "description": "Optional Drive query expression"
    },
    "pageSize": {
      "type": "number",
      "description": "Maximum number of files to return"
    },
    "pageToken": {
      "type": "string",
      "description": "Pagination token"
    },
    "fields": {
      "type": "string",
      "description": "Partial response field selector"
    }
  },
  "description": "Input schema for the drive__list_files tool."
}

Output schema

This tool does not publish an output schema.