Skip to main content
Glama

Roam Research MCP Server

by mickm3n
  • Apple

get_page_content

Retrieve the full content of a Roam Research page, including all nested child blocks up to 5 levels deep, and outputs the structured data in markdown format. Use to access hierarchical page content and edit timestamps.

Instructions

Get the complete content of a specific page in Roam Research with all nested child blocks.

Retrieves all blocks on the specified page with their hierarchical structure, including nested children up to 5 levels deep. Returns content in markdown format with proper indentation to reflect the block hierarchy. Args: page_name: Exact name of the page to retrieve (case-sensitive) Returns: JSON string containing: - result: Array of blocks with content and timestamps - Each block includes: content (markdown), timestamp (edit time) Examples: get_page_content("Daily Notes") get_page_content("Project Planning") get_page_content("信用卡")

Input Schema

NameRequiredDescriptionDefault
page_nameYes

Input Schema (JSON Schema)

{ "properties": { "page_name": { "title": "Page Name", "type": "string" } }, "required": [ "page_name" ], "title": "get_page_contentArguments", "type": "object" }
Install Server

Other Tools from Roam Research MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/mickm3n/roam-research-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server