Skip to main content
Glama

Notion MCP Server

by michaelwaves

notion_retrieve_page_property

Retrieve a specific property from a Notion page, especially for properties with over 25 references. Supports pagination to manage large data sets efficiently.

Instructions

Retrieves a specific property of a Notion page. Use for properties with more than 25 references.

Input Schema

NameRequiredDescriptionDefault
page_idYesThe ID of the page
page_sizeNoNumber of items to return (max 100)
property_idYesThe ID of the property to retrieve
start_cursorNoCursor for pagination

Input Schema (JSON Schema)

{ "properties": { "page_id": { "description": "The ID of the page", "type": "string" }, "page_size": { "description": "Number of items to return (max 100)", "maximum": 100, "minimum": 1, "type": "number" }, "property_id": { "description": "The ID of the property to retrieve", "type": "string" }, "start_cursor": { "description": "Cursor for pagination", "type": "string" } }, "required": [ "page_id", "property_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