Notion
appendBlock
Appends new block children to the end of the specified block.
Remote kamolc4/notion-mcp
Other tools also called appendBlock?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The parent block ID."
},
"children": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Block"
},
"description": "Blocks to append."
}
}
}