Notion MCP Server

get-page

Retrieve a page by its ID

Input Schema

NameRequiredDescriptionDefault
page_idYesID of the page to retrieve

Input Schema (JSON Schema)

{ "properties": { "page_id": { "description": "ID of the page to retrieve", "type": "string" } }, "required": [ "page_id" ], "type": "object" }