create-page-simple
Create a Notion page using Markdown formatting. Provide parent page or database, title, and content with headings, lists, code blocks, and more.
Instructions
Create a page with Markdown. Specify parent as either page_id (child page) or data_source_id (database entry). Title is auto-mapped to the title property. # headings, - lists, - [ ] checkboxes, ``` code, > quotes, | tables |, bold, italic, links, toggle, > [!NOTE] callout, $$ equation, [TOC] table of contents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent | Yes | Parent (provide either page_id or data_source_id) | |
| title | Yes | Title | |
| content | No | Content in Markdown | |
| properties | No | Properties object | |
| icon | No | Emoji character (e.g. "📝", "🐛", "✅"). Must be an actual emoji, not a name. |