edit_document
Replace existing text or table cell content in a Google Doc. Supports Markdown formatting for the replacement text.
Instructions
Replace text or a table cell in a document. Replacement text supports Markdown formatting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc | Yes | Google Doc/Sheet URL or file ID | |
| tab | No | ||
| cell | No | Cell label or ROW,COL coordinates | |
| quiet | No | ||
| table | No | ||
| column | No | ||
| account | No | Authenticated gdoc account name or email | |
| new_text | Yes | ||
| old_text | No | ||
| normalize | No | ||
| replace_all | No | ||
| case_sensitive | No |