Skip to main content
Glama

Roam Research MCP Server

by mickm3n
1
  • Apple

write_to_today

Automatically create or update today's daily page in Roam Research with hierarchical markdown content. Ensures proper block structure and relationships for organized note-taking.

Instructions

Write hierarchical markdown content to today's daily page in Roam Research.

Automatically creates today's daily page if it doesn't exist, then adds the
provided content as a hierarchical block structure. Uses Roam's standard
date format (e.g., "July 28, 2025") and maintains proper block relationships.

Args:
    content: Hierarchical markdown content using '- ' prefix and indentation
            Format: "- Main topic
- Subtopic
    - Details"
            Supports any indentation level with automatic detection
            
Returns:
    JSON string containing:
    - result: "success" if completed
    - blocks_created: Total number of blocks created (including children) 
    - details: Array of individual block creation results
    
Examples:
    write_to_today("- Daily standup
- Completed: Bug fixes
- Next: Feature review")
    write_to_today("- [[會議/週會]]
- 參與者: @John, @Mary
- 議題: Q4 規劃")

Input Schema

NameRequiredDescriptionDefault
contentYes

Input Schema (JSON Schema)

{ "properties": { "content": { "title": "Content", "type": "string" } }, "required": [ "content" ], "title": "write_to_todayArguments", "type": "object" }

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