You're viewing a demo portfolio

Join the waitlist
PRSM

docs_replace_text

Active

Tool 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"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Google_docs

https://github.com/pipeworx-io/mcp-google_docs

1/7 registries
View full server →