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.
Search for documents by query string
docs-google__search_documents
{ "type": "object", "properties": { "q": { "type": "string", "description": "Drive query expression for Google Docs documents" }, "pageSize": { "type": "number", "description": "Maximum number of documents to return" }, "pageToken": { "type": "string", "description": "Pagination token" }, "fields": { "type": "string", "description": "Partial response field selector" } }, "required": [ "q" ], "description": "Input schema for the docs-google__search_documents tool." }