Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
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
notion__append_blocks
{ "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." }