notion_create_page
Create a new page as a child of an existing page or database in Notion, with support for structured content blocks and properties.
Instructions
Create a page as child of page or database. LIMITS: 100 blocks, 2 nesting levels, 2000 chars.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent | Yes | Parent of the page. Specify either page_id (to create a subpage) or database_id (to create a database item). | |
| properties | Yes | Page properties. For pages with a page parent, use 'title' property. For database items, match the database schema. | |
| children | No | Page content as an array of block objects. | |
| format | No | Specify the response format. 'json' returns the original data structure, 'markdown' returns a more readable format. Use 'markdown' when the user only needs to read the page and isn't planning to write or modify it. Use 'json' when the user needs to read the page with the intention of writing to or modifying it. | markdown |