find_replace
Find and replace exact text on a Notion page while preserving other content. Use to fix typos, update URLs, or rename terms.
Instructions
Find and replace text on a page. Preserves uploaded files and blocks that aren't touched. More efficient than replace_content for targeted text changes like fixing typos, updating URLs, or renaming terms.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | Page ID | |
| find | Yes | Text to find (exact match) | |
| replace | Yes | Replacement text | |
| replace_all | No | Replace all occurrences. Default: first only. | |
| dry_run | No | Preview match counts without mutating Notion. Default false. |