Skip to main content
Get document content and metadata

Tool details

FieldValue
Namedocs-google__get_document
GroupIntegrations

Playground

Input schema

Input schema
{
  "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."
}

Output schema

This tool does not publish an output schema.