Skip to main content
Glama
vshulcz

vshulcz/deja-vu

recall_context

Read-only

Fetch a deep markdown digest of the best-matching prior session—problem, decisions, outcome—when a quick hit is insufficient. Answers 'remind me how we handled X' with full reasoning.

Instructions

Return a full markdown digest (~8KB) of the single best-matching prior session — problem, decisions, outcome — when a bare recall hit is not enough and you need the reasoning behind it. Use after recall, or directly when the user asks 'remind me how we handled X' or 'what was the whole story with Y'. Query terms are matched against transcript text, so use tokens likely to appear verbatim: an error string, function name, or flag. Not for browsing many sessions — use recall for that; this returns one deep digest. When it genuinely helps, tell the user in one short line: "deja-vu recalled: ". Say nothing about recalls that did not help.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch terms identifying the session to digest.
harnessNoOptional harness filter.
Behavior5/5

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

Beyond the readOnlyHint annotation, the description discloses matching semantics (query terms matched verbatim against transcript text), output specificity (one digest, not many), and the expected user-facing deja-vu line. It also instructs not to mention recalls that did not help, adding useful behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the core purpose and remains dense without fluff. Some longer usage instructions about when to mention the recall could be trimmed, but each sentence contributes meaningful guidance for tool selection and invocation.

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 no output schema and no title, the description fully compensates by specifying output size and content (markdown digest, problem/decisions/outcome), matching behavior, when to use it, and the interaction protocol for surfacing results to the user. The tool is complex enough that this level of detail is necessary and 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 coverage is 100% and both parameters are documented, so the baseline is 3. The description adds valuable guidance on how to construct the query parameter—using verbatim tokens like error strings, function names, or flags—which goes beyond the schema's generic 'Search terms identifying the session to digest.'

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 tool returns a full markdown digest of the single best-matching prior session, covering problem, decisions, and outcome. It distinguishes itself from the sibling recall tool by emphasizing one deep digest versus browsing many sessions.

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?

The description explicitly says to use it after recall, or directly when the user asks to be reminded how something was handled. It also gives an exclusion criterion: 'Not for browsing many sessions — use recall for that,' naming the alternative sibling tool directly.

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/vshulcz/deja-vu'

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