create_page
Create a new Notion page under a parent page or database, specifying title, optional emoji icon, content blocks, and database properties.
Instructions
Create a new Notion page under a parent page or database.
Args: parent_id: ID of the parent page or database. title: Title for the new page. parent_type: "page_id" (default) or "database_id". icon_emoji: Optional emoji character to use as the page icon. children_json: Optional JSON array of block objects for initial content. properties_json: Optional JSON object of additional database properties to set. Example for setting Status: {"Status": {"status": {"name": "Done"}}} Example for setting Date: {"Due date": {"date": {"start": "2026-04-15"}}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent_id | Yes | ||
| title | Yes | ||
| parent_type | No | page_id | |
| icon_emoji | No | ||
| children_json | No | ||
| properties_json | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |