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.
Search for files and folders using queries
| Field | Value |
|---|---|
| Name | drive__search_files |
| Group | Integrations |
{
"type": "object",
"properties": {
"q": {
"type": "string",
"description": "Drive query expression used to search files"
},
"pageSize": {
"type": "number",
"description": "Maximum number of files to return"
},
"pageToken": {
"type": "string",
"description": "Pagination token"
},
"fields": {
"type": "string",
"description": "Partial response field selector"
}
},
"required": [
"q"
],
"description": "Input schema for the drive__search_files tool."
}