create_page
Create a standalone Notion page under a page or workspace by setting parent, title, and optional markdown content. Use it for pages, not database rows.
Instructions
Create a standalone page (not a database row).
For creating database rows, use create_database_row instead.
Args: parent_type: "page_id" or "workspace" (for top-level pages) parent_id: The ID of the parent page (ignored if workspace) title: Page title properties: Optional additional properties content: Optional markdown content for the page body
Returns: Created page with ID and URL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| content | No | ||
| parent_id | Yes | ||
| properties | No | ||
| parent_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||