Read a Buildin page as Markdown
buildin_get_page_markdownFetch all child blocks from a page and convert them to Markdown. Use to quickly summarize or ingest page content.
Instructions
Fetch every child block of a page (walks pagination, follows has_children) and render the result as Markdown. Useful for quickly summarising or ingesting a page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | Page id whose content to read. | |
| max_depth | No | How deep to recurse into child blocks (default 2). |