Google Docs

gdoc_replace_all_text

Find and replace all occurrences of text in the entire document.

Remote node2flow/google-docs

Other tools also called gdoc_replace_all_text? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "match_case": {
      "type": "boolean",
      "description": "Whether the search is case-sensitive (default: false)"
    },
    "document_id": {
      "type": "string",
      "description": "The document ID"
    },
    "search_text": {
      "type": "string",
      "description": "Text to search for"
    },
    "replace_text": {
      "type": "string",
      "description": "Replacement text"
    }
  }
}