notion_create_page
Create a Notion page in a database or as a subpage by writing the JSON payload to a file and passing its path. Specify parent, properties, and children to structure the new page.
Instructions
IMPORTANT: You MUST write the JSON payload (including 'parent', 'properties', 'children') to a file first, then pass the file path in 'file_path'. Creates page in database or as subpage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| extract | No | Response fields to extract. If omitted, returns recommended fields: ['id', 'url']. Use ['none'] to return all fields. | |
| file_path | Yes | Path to file containing request body (JSON). JSON must include 'parent', 'properties' (if database), and optionally 'children'. |