docs_get_text
ActiveTool of Google_docs
declared in 0.1.0
Extract plain text from a Google Doc without formatting or structure. Use when you need raw text content only.
Parameters schema
{
"type": "object",
"examples": [
{
"document_id": "1BxiMVs0XRA5nFMKUVfGo6Q6XcYBCy_N1LCcFrZkZecc"
}
],
"required": [
"document_id"
],
"properties": {
"document_id": {
"type": "string",
"description": "Document ID"
}
}
}Parent server
Google_docs
https://github.com/pipeworx-io/mcp-google_docs
1/7 registries