Skip to main content
Glama

recall

Search past decisions, facts, and constraints across all tasks to avoid re-deciding settled matters. Retrieve context entries ranked by relevance, with human-stated facts weighted highest.

Instructions

Search your decision-memory across ALL tasks — recall a prior decision, fact, or constraint without knowing which task recorded it. Returns the best-matching context entries (key, value, source, and the task they live on) ranked by relevance, with human-stated facts weighted highest. Use at the START of new work to avoid re-deciding something already settled. Lexical match for now (exact-ish terms beat paraphrases). Read-only; scoped to what you can read. Hosted API only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qYesWhat you're about to do or looking for, e.g. 'auth token expiry policy' or 'D1 migration approach'
keyNoRestrict to a specific context key
limitNoMax results (default 20)
sourceNoRestrict to a provenance source
project_idNoRestrict to one project
include_supersededNoInclude retracted/overwritten entries (default false)
Behavior5/5

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

With no annotations, the description fully discloses key behaviors: it is read-only ('Read-only; scoped to what you can read'), lexical-match based, ranks human-stated facts highest, and notes it is a 'Hosted API only.' This is comprehensive and leaves no ambiguity about safety or scope.

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?

The description is a single, dense paragraph of about five sentences, each adding meaningful information. It front-loads the core purpose, then adds result details, usage guidance, and limitations—no fluff or repetition.

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?

Despite lacking an output schema, the description explains the return format. All six parameters are covered by the schema, and the description provides sufficient behavioral and usage context for a search tool. No gaps remain for agent decision-making.

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?

The input schema has 100% description coverage, so the description adds value by explaining the overall result structure ('key, value, source, and the task they live on ranked by relevance') and use context. This goes beyond the schema's individual parameter descriptions.

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 specifies a clear verb ('search') and resource ('decision-memory across ALL tasks'), explicitly distinguishing it from sibling tool 'get_task_context' which is task-specific. The phrase 'without knowing which task recorded it' highlights its unique cross-task scope.

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 explicitly advises using the tool 'at the START of new work to avoid re-deciding something already settled.' It also notes the lexical matching limitation ('exact-ish terms beat paraphrases'), providing clear context, though it does not directly name alternatives or situations to avoid.

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/delega-dev/delega-mcp'

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