roam_fetch_page_by_title
Fetch a Roam Research page by its title and return its content in markdown, JSON, or structural format for easy access and integration.
Instructions
Fetch page by title. Returns content in the specified format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the page. For date pages, use ordinal date formats such as January 2nd, 2025 | |
| format | No | Format output as markdown, JSON, or structure. 'markdown' returns readable string; 'raw' returns full JSON with nested blocks; 'structure' returns flattened list optimized for surgical updates (uid, order, text preview, depth, parent_uid) | raw |
| 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. |