notion_update_block
Update an existing Notion block's text content using its ID. Provide new markdown text and optional block type for accurate updating.
Instructions
Update an existing block's text content.
block_id: ID of the block to update (from notion_read_page output). content: new text for the block (supports inline markdown). block_type: the block type (paragraph, heading_1, heading_2, heading_3, bulleted_list_item, numbered_list_item, to_do, quote, callout, toggle, code). If omitted, the block is fetched to detect it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| block_id | Yes | ||
| block_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |