notion_get_property
Retrieve a single property from a Notion page, including large properties that get truncated in normal responses. Use property name or ID to fetch full value with pagination.
Instructions
Retrieve a single property from a Notion page with full pagination.
Useful for large properties (relations, rollups, long rich_text) that get truncated in the normal page response. Provide either property_name or property_id.
page_id: the page to read from. property_name: human-readable property name (looked up from page metadata). property_id: Notion property ID (from notion_describe_database schema). Takes precedence over property_name if both given.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| property_id | No | ||
| property_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |