Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Append child blocks to a Notion page or block
| Field | Value |
|---|---|
| Name | notion__append_blocks |
| Group | Integrations |
{
"type": "object",
"properties": {
"blockId": {
"type": "string",
"description": "Page or block ID to append children to"
},
"children": {
"type": "array",
"description": "Notion block objects to append"
},
"after": {
"type": "string",
"description": "Optional existing child block ID after which to append"
}
},
"required": [
"blockId",
"children"
],
"description": "Input schema for the notion__append_blocks tool."
}