Skip to main content
Glama

Notion ReadOnly MCP Server

by Taewoong1378

API-retrieve-a-page-property

Retrieve specific property data from a Notion page by providing page and property IDs. Supports pagination for efficient data access.

Instructions

Retrieve a page property item

Input Schema

NameRequiredDescriptionDefault
page_idYesIdentifier for a Notion page
page_sizeNoFor paginated properties. The max number of property item objects on a page. The default size is 100
property_idYesIdentifier for a page [property](https://developers.notion.com/reference/page#all-property-values)
start_cursorNoFor paginated properties.

Input Schema (JSON Schema)

{ "$defs": {}, "properties": { "page_id": { "description": "Identifier for a Notion page", "type": "string" }, "page_size": { "description": "For paginated properties. The max number of property item objects on a page. The default size is 100", "format": "int32", "type": "integer" }, "property_id": { "description": "Identifier for a page [property](https://developers.notion.com/reference/page#all-property-values)", "type": "string" }, "start_cursor": { "description": "For paginated properties.", "type": "string" } }, "required": [ "page_id", "property_id" ], "type": "object" }

You must be authenticated.

Other Tools from Notion ReadOnly 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/Taewoong1378/notion-readonly-mcp-server'

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