Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
List files and folders in a Google Drive folder or root
drive__list_files
{ "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." }