retrieve-page
Retrieve a Notion page by its ID. Get page properties, metadata, and optional content as markdown with reduced token usage using simple format.
Instructions
Retrieve a Notion page by its ID. Returns the page properties, metadata, and optionally content (blocks as markdown). Use format='simple' (default) for human-readable output with reduced token usage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | Page ID | |
| format | No | Output format: 'simple' or 'json' | simple |
| include_content | No | Include page content as markdown (default: true) |