notion_update_page_content
Update Notion page content by finding and replacing specific text in the page's markdown.
Instructions
Edit page content using search-and-replace on the page's markdown.
Finds old_text in the page content and replaces it with new_text. Use notion_read_page_markdown first to see the current content and copy the exact text to replace.
page_id: the page to edit. old_text: exact text to find in the page content. new_text: replacement text (use empty string to delete).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| new_text | Yes | ||
| old_text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |