docs_get_content
Extract text content from a Google Doc by providing its document ID using secure OAuth2 authentication through MCP Google Suite integration.
Instructions
Get the contents of a Google Doc
Input Schema
Name | Required | Description | Default |
---|---|---|---|
document_id | Yes | ID of the document |
Input Schema (JSON Schema)
{
"properties": {
"document_id": {
"description": "ID of the document",
"type": "string"
}
},
"required": [
"document_id"
],
"type": "object"
}