bodyobject · requiredBounded request body sent to the connected application.
Loading tools…
Notion
Update supported content or archive state for a block in a connected Notion workspace.
Updates one allowlisted block-type payload. It cannot trash, archive, delete, erase, retype, or directly replace block children. Always one upstream request at $0.0025.
Agents select this operation with tool ID notion.block-update, then check its current inputs and price before a run.
bodyobject · requiredBounded request body sent to the connected application.
pathobject · requiredIdentifier path for the authorised connected-app record.
has_childrenbooleanReturned has children value.
idstringReturned id value.
objectstringReturned object value.
paragraphobjectReturned paragraph value.
typestringReturned type value.
Inspect returns this reviewed example, its estimated cost and the current input schema. Run calculates the estimate for your actual input.
{
"tool_id": "notion.block-update",
"input": {
"body": {
"paragraph": {
"rich_text": [
{
"text": {
"content": "Summarise launch risks, owners and rollback criteria."
},
"type": "text"
}
]
}
},
"path": {
"block_id": "YOUR-NOTION-BLOCK-ID"
}
}
}{
"id": "1b2c3d4e-0000-4000-8000-000000000003",
"type": "paragraph",
"object": "block",
"paragraph": {
"rich_text": [
{
"type": "text",
"plain_text": "Summarise launch risks, owners and rollback criteria."
}
]
},
"has_children": false
}invalid_input: The block type or mutable field is not exposed by this tool.Retrieve the block first, then send one supported block-type object. Use the append tool for children.Connect your app account to let your agent use its tools. Your credentials stay private, and you pay only for successful runs.
Connect your first agent to receive $1 trial credit.