docs_append_text
ActiveTool of Google_docs
declared in 0.1.0
Add text to the end of a Google Doc. Use when insertion position doesn't matter.
Parameters schema
{
"type": "object",
"examples": [
{
"text": "\n\nNext steps: Review and approve by end of week.",
"document_id": "1BxiMVs0XRA5nFMKUVfGo6Q6XcYBCy_N1LCcFrZkZecc"
}
],
"required": [
"document_id",
"text"
],
"properties": {
"text": {
"type": "string",
"description": "Text to append"
},
"document_id": {
"type": "string",
"description": "Document ID"
}
}
}Parent server
Google_docs
https://github.com/pipeworx-io/mcp-google_docs
1/7 registries