Update Simple Content Batch
notion_update_content_batchUpdate multiple Notion blocks at once with simplified text edits. Avoid writing raw block JSON by specifying block IDs and content types, with validation before applying changes.
Instructions
Update multiple existing Notion blocks without writing raw Notion block JSON. Use this after notion_read_page when the user wants several simple text edits at once. The server retrieves every target block and validates all item.type values before applying updates, so block type mistakes fail before any write is attempted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Specify the response format. 'json' returns the original data structure, 'markdown' returns a more readable format. Use 'markdown' when the user only needs to read the page and isn't planning to write or modify it. Use 'json' when the user needs to read the page with the intention of writing to or modifying it. | |
| updates | Yes | Batch of existing blocks to update. Keep batches reviewable and use block IDs from notion_read_page. |