Skip to main content
Glama

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gabornyergesX/mcp-notion-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server