All tools

Files & calendar · drive_search

Search Google Drive

Search files in the connected Google Drive.

Price
included
Requirements
Gmail or Google Drive
set it up in Settings → Integrations
Human approval
No
read or internal write

Input

FieldTypeDescription
query *stringSearch terms (file name, content keywords, etc.)
mimeTypeany | document | spreadsheet | presentation | pdf | folderFilter by file type (default: any)
limitnumberMax results (1-20, default 10)

Call this tool

Through the HTTP API, or from the MCP server with the run meta-tool.

curl https://api.ezyagents.fr/gateway/v1/run \
  -H "Authorization: Bearer ezk_…" -H "Content-Type: application/json" \
  -d '{"tool":"drive_search","input":{"query":"…","mimeType":"any","limit":1}}'
$run({ "tool": "drive_search", "input": {"query":"…","mimeType":"any","limit":1} })