Skip to main content
Glama

recall

Read-onlyIdempotent

Retrieve saved notes from memory by query, using hybrid keyword and semantic matching to return the most relevant results first.

Instructions

Recall notes previously saved via remember - the agent's own memory, not indexed reference documents. Use search instead for the knowledge base.

Read-only, no side effects. Results are ranked best-match-first by a hybrid of keyword and semantic similarity, not necessarily the order they were remembered. If k exceeds how many memories exist, every memory is returned rather than raising an error.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kNoMaximum number of results to return, best match first.
queryYesWhat to search for - matched by both keyword and semantic meaning.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Annotations provide readOnlyHint and non-destructive, but description adds behavioral specifics: results ranked by hybrid keyword+semantic similarity, not chronological order, and edge-case handling when k exceeds memories. This goes beyond annotations.

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?

Four concise sentences, each adding distinct information: purpose, alternative, behavior, edge case. No redundant fluff.

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

Completeness5/5

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

Given output schema exists, description doesn't need to explain return values; it covers all behavioral aspects and usage context, making it fully sufficient.

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?

Schema covers both params with descriptions, but the description adds meaning about `query` being matched by hybrid similarity and about `k`'s edge-case behavior (returns all if exceeded). This adds value beyond the schema.

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?

Description clearly states 'Recall notes previously saved via remember' – a specific verb (recall) with resource (notes from agent's own memory), and explicitly distinguishes from 'search' for the knowledge base. This differentiates it from sibling tools.

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

Usage Guidelines5/5

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

Directly instructs to use 'search' instead for the knowledge base, providing an explicit alternative. Also names 'remember' as the counterpart for saving, giving clear context for when this tool is appropriate.

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/SRock44/rmbr'

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