search_files
Search for files by name in Google Drive to quickly locate specific documents, spreadsheets, and text files across multiple accounts.
Instructions
Search files by name in a Google Drive
Input Schema
Name | Required | Description | Default |
---|---|---|---|
driveId | Yes | ||
query | Yes |
Input Schema (JSON Schema)
{
"properties": {
"driveId": {
"type": "string"
},
"query": {
"type": "string"
}
},
"required": [
"driveId",
"query"
],
"type": "object"
}