Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Create a new page in a database or as a subpage
notion__create_page
{ "type": "object", "properties": { "parent": { "type": "object", "description": "Notion parent object, e.g. database_id or page_id" }, "properties": { "type": "object", "description": "Page properties" }, "children": { "type": "array", "description": "Optional child blocks" } }, "required": [ "parent", "properties" ], "description": "Input schema for the notion__create_page tool." }