Tool details
Playground
Input schema
input-schema.json
Documentation Index
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
| Field | Value |
|---|---|
| Name | notion__create_page |
| Group | Integrations |
{
"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."
}