Skip to main content
Retrieve Notion page metadata and properties without fetching child block content

Tool details

FieldValue
Namenotion__get_page
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "pageId": {
      "type": "string",
      "description": "Notion page ID"
    }
  },
  "required": [
    "pageId"
  ],
  "description": "Input schema for the notion__get_page tool."
}

Output schema

This tool does not publish an output schema.