notion_append_block_children
Append multiple content blocks to a Notion parent block by writing a JSON children array to a file and passing the file path.
Instructions
IMPORTANT: You MUST write the JSON payload (array of children) to a file first, then pass the file path in 'file_path'. Appends content blocks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| extract | No | Response fields to extract. If omitted, returns recommended fields: ['results']. Use ['none'] to return all fields. | |
| block_id | Yes | Parent block ID | |
| file_path | Yes | Path to file containing children blocks (JSON). JSON must include a 'children' array. |