Skip to main content
Glama

recall_decisions

Search prior architectural decisions to avoid re-proposing superseded or rejected alternatives. Use before designing non-trivial changes.

Instructions

Search prior architectural decisions before proposing an approach.

Call this before designing anything non-trivial. Superseded decisions and rejected alternatives are the most useful results — they are exactly the approaches that should not be proposed again.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes
include_supersededNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations provided, so description must cover behavioral traits. It implies a read-only search but does not explicitly state idempotency, side effects, or permissions. Adequate for a simple search tool but not rich in transparency.

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?

Three concise sentences; first sentence states purpose, next two provide usage guidance. No redundancy, every sentence earns its place.

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

Completeness3/5

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

Given multiple sibling tools and an output schema, the description omits parameter explanations and usage comparisons. It gives a clear call-to-action but lacks full context for an agent to use it confidently.

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

Parameters2/5

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

Schema description coverage is 0%, and the description adds no parameter-level details (e.g., what query means, how limit works, or the effect of include_superseded). It barely adds meaning beyond the schema's bare names.

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 verb (search) and resource (prior architectural decisions), and the context about superseded decisions distinguishes it from sibling tools like record_decision or current_decision.

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?

Explicitly says to call before non-trivial design, and highlights superseded/rejected decisions as valuable. However, it does not discuss when not to use or compare to siblings like recall_context or why.

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/toml0006/hive-mind'

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