find_replace
Find and replace text on Notion pages to fix typos, update URLs, or rename terms while preserving files and untouched blocks.
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. |