update-block-simple
Update a Notion text block by providing Markdown content. Supports inline formatting such as bold, italic, strikethrough, code, and links.
Instructions
Update a text block using Markdown. Simpler than update-block: just provide markdown text. Supports inline formatting: bold, italic, strikethrough, code, links. Only works with text-based blocks: paragraph, headings, lists, to_do, quote, callout, toggle. Requires block_id. If you want to update by text search, use find-and-replace-in-page. For full page rewrite, use replace-page-content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block_id | Yes | Block or page ID | |
| content | Yes | Content in Markdown |