Skip to main content
Append child blocks to a Notion page or block

Tool details

FieldValue
Namenotion__append_blocks
GroupIntegrations

Playground

Input schema

Input schema
{
  "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."
}

Output schema

This tool does not publish an output schema.