notion_create_page
Create a Notion page in a specified parent database or page. Provide the parent ID, title, and optional markdown content.
Instructions
Create a new Notion page in the given parent (database or page).
Args: parent_id (required): Parent page or database ID. title (required): content_markdown: Page content in Markdown (will be converted to Notion blocks).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent_id | No | ||
| title | No | ||
| content_markdown | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |