Skip to main content
Glama

roam_recall

Retrieve deduplicated memories from Roam Research graph, with optional tag filtering and date sorting. Memories come from ROAM_MEMORIES_TAG page or tagged blocks.

Instructions

Retrieve all stored memories on page titled ROAM_MEMORIES_TAG, or tagged block content with the same name. Returns a combined, deduplicated list of memories. Optionally filter blocks with a specific tag and sort by creation date.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sort_byNoSort order for memories based on creation datenewest
filter_tagNoInclude only memories with a specific filter tag. For single word tags use format "tag", for multi-word tags use format "tag word" (without brackets)
graphNoTarget graph key from ROAM_GRAPHS config. Defaults to ROAM_DEFAULT_GRAPH. Only needed in multi-graph mode.
write_keyNoWrite confirmation key. Required for write operations on non-default graphs when write_key is configured.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description explains key behaviors: it combines data from two sources (page and tags), deduplicates, and optionally filters/sorts. This adds useful context beyond a simple retrieval, though it does not mention safety or side effects (likely read-only).

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three sentences, front-loaded with the main action. It is concise but could be slightly tighter by removing redundancy with parameter descriptions. Still efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given moderate complexity (4 params, no output schema, no annotations), the description covers the main functionality, data sources, deduplication, and filtering/sorting. It does not explain error handling or prerequisites, but is reasonably complete for an agent to use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema descriptions already cover all parameters (100% coverage). The description restates filtering and sorting options, adding no new meaning. It does explain the output structure (deduplicated list), which is slightly helpful but not parameter-specific.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves stored memories from a specific page or tagged blocks, and returns a combined, deduplicated list. It uses a specific verb ('Retrieve') and resource ('stored memories'), distinguishing it from sibling tools like roam_fetch_block or roam_search_block_refs.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies this tool is for accessing stored memories, but it does not explicitly mention when to use alternatives or when not to use it. No guidance on exclusions or preferred use cases is provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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