Skip to main content
Glama

Notion MCP Server

by michaelwaves

notion_retrieve_page

Retrieve specific properties of a Notion page by its ID using the Notion API. Filter the response to include only selected properties for efficient data management.

Instructions

Retrieves a Notion page by ID. Returns page properties, not page content.

Input Schema

NameRequiredDescriptionDefault
filter_propertiesNoOptional list of property IDs to filter the response
page_idYesThe ID of the page to retrieve

Input Schema (JSON Schema)

{ "properties": { "filter_properties": { "description": "Optional list of property IDs to filter the response", "items": { "type": "string" }, "type": "array" }, "page_id": { "description": "The ID of the page to retrieve", "type": "string" } }, "required": [ "page_id" ], "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/michaelwaves/notion-mcp'

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