MCP Notion Server

get_page

Retrieve specific Notion pages by their ID using the MCP Notion Server, enabling direct access to content for reading or processing within workflows.

Instructions

Retrieve a page by 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" }

You must be authenticated.

Other Tools from MCP Notion Server

Related Tools

ID: stxohtlgox