notion_local_children
Retrieve all child pages under a Notion page from the local SQLite cache. Provide a page ID and optional depth to explore the hierarchy offline without API limits.
Instructions
PREFERRED for Notion hierarchy. Get all child pages under a page. Fast, offline, no API limits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | How many levels deep to traverse (default: 2) | |
| pageId | Yes | The UUID of the parent page |