Skip to main content
Glama

recall

Search past session history to retrieve previously compacted or remembered content. Find earlier decisions and work no longer in the current window; leave query empty for the most recent compaction.

Instructions

Search everything ever compacted or remembered, across all past sessions. Use when the user refers to earlier work, asks what was decided, or mentions something not in the current window. Call with an empty query to get the most recent compaction.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 5).
queryNoKeywords, file path, or topic.
Install Server

TDQS

A4.2/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses the search scope and the empty-query special case, but does not explicitly state that the operation is read-only or describe any other behavioral constraints. It is adequate but not thorough.

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 sentences, each earning its place: the scope, the usage trigger, and a useful edge-case tip. No filler, and the most important information is front-loaded.

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?

For a two-parameter search tool with no output schema and no annotations, the description covers key aspects: what is searched, when to use it, and a special query behavior. It could mention result ordering or limit semantics, but these are already covered by the schema, so overall it is complete enough.

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 coverage is 100%, so the baseline is 3. The description adds extra value by explaining the empty-query behavior for the 'query' parameter, which is not mentioned in the schema. This elevates the score.

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 states a specific verb ('Search'), a precise resource ('everything ever compacted or remembered, across all past sessions'), and clearly distinguishes from siblings by scope. It also provides concrete use cases, so an agent can identify when to invoke it.

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?

Description gives explicit conditions for use: 'when the user refers to earlier work, asks what was decided, or mentions something not in the current window.' It does not mention alternatives or exclusions, but the context is clear and actionable.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/yungmoneyhuncho/longhaul'

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