Skip to main content
Glama

Google Toolbox

search_gdrive

Locate and retrieve specific files in Google Drive by entering search queries. Supports pagination with page size and token options for efficient file management.

Instructions

Search for files in Google Drive

Input Schema

NameRequiredDescriptionDefault
page_sizeNo
page_tokenNo
queryYes

Input Schema (JSON Schema)

{ "properties": { "page_size": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 10, "title": "Page Size" }, "page_token": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Page Token" }, "query": { "title": "Query", "type": "string" } }, "required": [ "query" ], "title": "search_gdriveArguments", "type": "object" }

You must be authenticated.

Other Tools from Google Toolbox

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jikime/py-mcp-google-toolbox'

If you have feedback or need assistance with the MCP directory API, please join our Discord server