notion_read_page_markdown
Fetch a Notion page's content as native Notion-flavored markdown, including special tags for databases, files, and embeds.
Instructions
Read a Notion page's content as native Notion-flavored markdown.
Uses the direct markdown API endpoint — faster than block-by-block fetching and returns Notion's own markdown representation including special tags for databases, files, and embeds.
For block-level editing (update/delete individual blocks), use notion_read_page with include_block_ids=True instead.
page_id: Notion page ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |