Skip to main content
Glama

Roam Research

by 2b3pro

roam_add_todo

Add individual todo items as actionable blocks to today’s daily page in Roam Research, enabling organized task management with clear status tracking for each item.

Instructions

Add a list of todo items as individual blocks to today's daily page in Roam. Each item becomes its own actionable block with todo status. NOTE on Roam-flavored markdown: For direct linking: use [[link]] syntax. For aliased linking, use alias syntax. Do not concatenate words in links/hashtags - correct: #[[multiple words]] #self-esteem (for typically hyphenated words).

Input Schema

NameRequiredDescriptionDefault
todosYesList of todo items to add

Input Schema (JSON Schema)

{ "properties": { "todos": { "description": "List of todo items to add", "items": { "description": "Todo item text", "type": "string" }, "type": "array" } }, "required": [ "todos" ], "type": "object" }

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/2b3pro/roam-research-mcp'

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