docs_replace_text
ActiveTool of Google_docs
declared in 0.1.0
Find and replace all occurrences of text in a Google Doc with new text.
Parameters schema
{
"type": "object",
"examples": [
{
"find": "TODO",
"replace": "COMPLETED",
"document_id": "1BxiMVs0XRA5nFMKUVfGo6Q6XcYBCy_N1LCcFrZkZecc"
},
{
"find": "John",
"replace": "Jane",
"match_case": true,
"document_id": "1BxiMVs0XRA5nFMKUVfGo6Q6XcYBCy_N1LCcFrZkZecc"
}
],
"required": [
"document_id",
"find",
"replace"
],
"properties": {
"find": {
"type": "string",
"description": "Text to find"
},
"replace": {
"type": "string",
"description": "Replacement text"
},
"match_case": {
"type": "boolean",
"description": "Case-sensitive match (default: false)"
},
"document_id": {
"type": "string",
"description": "Document ID"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Google_docs
https://github.com/pipeworx-io/mcp-google_docs
1/7 registries