docs_find_replace
Search for and replace text in a Google Doc, with an option for case-sensitive matching.
Instructions
Find and replace text in a Google Doc
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| find | Yes | Text to find | |
| replace | Yes | Replacement text | |
| matchCase | No | Case-sensitive match (default: false) | |
| documentId | Yes | The Google Doc document ID |