notion_update_block
Update a Notion block by providing its block ID and a file path to a JSON payload. Optionally extract specific response fields to keep responses concise.
Instructions
IMPORTANT: You MUST write the JSON payload to a file first, then pass the file path in 'file_path'. Updates a block.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| extract | No | Response fields to extract. If omitted, returns recommended fields: ['id', 'last_edited_time']. Use ['none'] to return all fields. | |
| block_id | Yes | Block ID | |
| file_path | Yes | Path to file containing block update payload (JSON). |