Skip to main content
Glama

recall

Retrieve stored information from persistent memory using semantic and emotional relevance ranking. Search facts, decisions, preferences, or context across projects with hybrid retrieval.

Instructions

Search persistent memory using semantic + emotional relevance ranking. Returns memories sorted by relevance, recency, and emotional resonance. Searches current project + global memories by default. Use to retrieve previously stored facts, decisions, preferences, or context. Behavior: performs hybrid retrieval (vector similarity + full-text + emotional resonance), applies spaced activation recall (SAR) filtering, returns ranked results with content, type, importance, and relevance score.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesWhat you want to recall, in natural language. Example: "what database did we choose for the auth service", "user preferences for code style", "last architecture decision"
limitNoMaximum number of memories to return. Default: 10, max: 50. Use lower values (3-5) for focused recall, higher for comprehensive search.
projectIdNoSearch specific project scope. Default: current project + global. Use "all" to search across every project. Use a specific project ID to search only that project.
Behavior5/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure and does so comprehensively. It describes the hybrid retrieval mechanism (vector similarity + full-text + emotional resonance), SAR filtering, ranking criteria (relevance, recency, emotional resonance), return format (content, type, importance, relevance score), and default scoping behavior. This provides rich behavioral context beyond basic functionality.

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 appropriately sized and front-loaded with the core functionality in the first sentence. Each subsequent sentence adds valuable information about usage, behavior, and return format. While efficient, the behavioral details could be slightly more streamlined for optimal conciseness.

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 the tool's complexity (hybrid retrieval with multiple ranking factors) and absence of both annotations and output schema, the description does an excellent job covering behavior, usage, and return format. The main gap is the lack of explicit guidance on when NOT to use this tool versus sibling alternatives, which would make it fully complete for this context.

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 description coverage is 100%, so the schema already documents all three parameters thoroughly. The description mentions default scoping behavior ('searches current project + global memories by default') which adds some context for the projectId parameter, but doesn't provide significant additional semantic meaning beyond what's in the schema descriptions. This meets the baseline for high schema coverage.

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's purpose with specific verbs ('search persistent memory', 'retrieve previously stored facts') and distinguishes it from siblings by specifying its unique hybrid retrieval approach (vector similarity + full-text + emotional resonance). It explicitly identifies what resources it operates on (memories with content, type, importance, relevance score).

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

Usage Guidelines4/5

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

The description provides clear context for when to use this tool ('to retrieve previously stored facts, decisions, preferences, or context') and mentions default behavior (searches current project + global memories). However, it doesn't explicitly state when NOT to use it or name specific alternative tools among the siblings, which prevents a perfect score.

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/terrizoaguimor/celiums-memory'

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