Notion
notion_update_block
Update a block's content. Send the block type key with updated data, e.g. { "paragraph": { "rich_text": [...] } }.
Remote node2flow/notion
Other tools also called notion_update_block?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"data": {
"type": "object",
"description": "Block type key with content: { \"paragraph\": { \"rich_text\": [...] } }"
},
"block_id": {
"type": "string",
"description": "Block ID to update"
}
}
}