Skip to main content
Create a new page in a database or as a subpage

Tool details

FieldValue
Namenotion__create_page
GroupIntegrations

Playground

Input schema

Input schema
{
  "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."
}

Output schema

This tool does not publish an output schema.