notion_local_get_page
Retrieve a Notion page from local cache. Get a quick summary with title, first blocks, and link, or request full content for detailed answers.
Instructions
Get Notion page. Returns summary by default (title + first blocks + link). Show summary and link to user. Use summary=false only when you need full content to answer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | How many levels of nested blocks to include (default: 2) | |
| pageId | Yes | The UUID of the page to retrieve | |
| summary | No | Return summary only (default: true). Set to false for full content. | |
| maxBlocks | No | Maximum blocks to return (default: 10 for summary, 100 for full) |