Skip to main content
Glama

recall

Retrieve factual answers from stored memories with source citations and confidence levels. Honest responses when information is absent.

Instructions

Answer a question grounded in stored memories. Says "not in the record" when it doesn't know; cites sources when it does; corrects superseded facts.

query: the question (any language — the answer follows the question's language) returns: {"confidence": "certain|vague|unknown", "answer": grounded answer with sources, "cited": [memory ids]}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
Behavior4/5

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

No annotations, so description fully covers behavior: says 'not in the record' for unknowns, cites sources, corrects superseded facts, and provides output structure with confidence levels.

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?

Concise: three sentences conveying purpose, behavior, and output format without redundancy. Front-loaded with main purpose.

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?

Covers input parameter, output structure, and behavioral traits. Lacks mention of limitations like memory size or rate limits, but sufficient for a simple retrieval tool.

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 has 0% coverage for the 'query' parameter. Description adds meaning: 'the question (any language — the answer follows the question's language)', compensating well.

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 the tool answers questions grounded in stored memories, with specific verb and resource. Distinguishes from siblings: list_memories (listing) and remember (storing).

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?

Implies usage by describing behavior (answers questions, handles unknowns, corrects superseded facts), but no explicit when-to-use/when-not-to-use or alternative comparisons.

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/jsiksn/mnemosure'

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