Skip to main content
Glama

recall

Find memories semantically similar to a natural-language query, returning the most relevant first. Refine results with optional exact-match metadata filters.

Instructions

Recall memories semantically similar to a query (vector), most similar first. Optionally narrow to exact-match metadata via filter (ColumnStore), e.g. {"project":"veles","status":"resolved"}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of memories to return (default 10).
queryYesNatural-language query to match semantically.
filterNoOptional exact-match metadata filter (e.g. `{"project": "veles", "status": "resolved"}`).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
memoriesYesRecalled memories, most similar first.
Behavior3/5

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

Without annotations, the description carries full burden. It discloses ordering and filtering but lacks details on side effects, permissions, or edge cases (e.g., empty query results).

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

Conciseness5/5

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

Two concise, front-loaded sentences: first explains core functionality and ordering, second explains optional filter with example. No wasted words.

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?

Description covers main use case and key details (ordering, filter). Given output schema exists, return value explanation is omitted. Could mention default limit but schema already does.

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

Parameters4/5

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

With 100% schema coverage, baseline is 3. The description adds value by explaining semantic matching and providing an example for the filter parameter, slightly enhancing clarity.

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: recalling memories via semantic similarity (vector search) with optional metadata filtering. It distinguishes from siblings like 'recall_where' by emphasizing vector search.

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 implies usage for semantic recall with optional filtering, but does not explicitly state when to avoid this tool or suggest alternatives like 'recall_where' for exact matches.

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/cyberlife-coder/VelesDB'

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