Skip to main content
Glama

Notion MCP Server

by SAhmadUmass

get-page

Retrieve specific page data from Notion workspaces by providing the page ID. Enables Claude and other LLMs to access and interact with Notion content programmatically.

Input Schema

NameRequiredDescriptionDefault
pageIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "pageId": { "type": "string" } }, "required": [ "pageId" ], "type": "object" }

Other Tools from Notion MCP 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/SAhmadUmass/notion-mcp-server'

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