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.
Get document content and metadata
docs-google__get_document
{ "type": "object", "properties": { "documentId": { "type": "string", "description": "Google Docs document ID" }, "suggestionsViewMode": { "type": "string", "description": "Suggestions view mode to use when reading the document" } }, "required": [ "documentId" ], "description": "Input schema for the docs-google__get_document tool." }