roam_fetch_page_full_view
Fetch a complete page view with its own content and all backlinks grouped by source, including ancestor breadcrumb context and children expanded to a specified depth.
Instructions
Fetch a complete page view that mirrors what Roam Research shows in its UI: the page's own content, plus all linked references (backlinks) grouped by source page, each with their ancestor breadcrumb context and children expanded to the specified depth. Use this when you need the full picture of a page — both what is written on it and everything else in the graph that references it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the page to fetch. For date pages use ordinal format e.g. "January 2nd, 2025". | |
| children_depth | No | How many levels deep to expand children of each referring block. Defaults to 4. | |
| max_references | No | Maximum number of linked references to return. Prevents timeouts on heavily-referenced pages (e.g. TODO, common tags). Defaults to 200. | |
| graph | No | Target graph key from ROAM_GRAPHS config. Defaults to ROAM_DEFAULT_GRAPH. Only needed in multi-graph mode. | |
| write_key | No | Write confirmation key. Required for write operations on non-default graphs when write_key is configured. |