roam_fetch_page_full_view
Fetch a complete Roam page view, combining page content with all linked references grouped by source, each with breadcrumb context and children expanded, to see the full graph context.
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.
IMPORTANT: call roam_get_guidelines for this graph once per session before using this tool, reads included — conventions change how results are read, not just written.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| graph | No | Target graph key from ROAM_GRAPHS config. Defaults to ROAM_DEFAULT_GRAPH. Only needed in multi-graph mode. | |
| title | Yes | Title of the page to fetch. For date pages use ordinal format e.g. "January 2nd, 2025". | |
| write_key | No | Write confirmation key. Required for write operations on non-default graphs when write_key is configured. | |
| 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. |