Skip to main content
Glama
tinhien11

tdai-memory-mcp

by tinhien11

recall

Retrieve relevant past project memories to answer questions referencing earlier work or needing context. Call before responding to access historical information.

Instructions

Retrieve relevant past memory. Call this tool before you answer the user. Use it when the user references past work or when the task needs project context.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoThe search mode.hybrid
limitNoThe maximum number of results.
queryYesA natural language query. The tool uses this text for the BM25 search and the vector search.
offsetNoThe pagination offset. Use this to get the next page of results.
max_tokensNoThe maximum number of tokens in the response. If the result exceeds this value, the tool truncates the text.
session_keyNoThe session key. The default is hash(cwd). Use this to recall memory from a different project.
Behavior3/5

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

No annotations are provided, so the description carries the transparency burden. The verb 'retrieve' implies a read-only operation, but the description does not explicitly state that it avoids side effects or describe behaviors like result truncation or the hybrid search default. It does add worthwhile context (call before answering), but stops short of full behavioral disclosure.

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 two concise sentences with the purpose front-loaded in the first sentence and usage guidance in the second. Every sentence earns its place with no repetition or filler.

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 retrieval tool with well-documented parameters and clear when-to-use guidance, the description is mostly complete. It does not detail the return format or empty-result behavior, but the schema covers parameters and the workflow instruction ('Call this tool before you answer the user') gives contextual grounding. A brief note that it is read-only would strengthen completeness.

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

Parameters3/5

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

Schema description coverage is 100%, and the schema provides detailed descriptions for all six parameters (query, mode, limit, offset, max_tokens, session_key). The tool description adds no parameter-specific meaning beyond the schema, so the baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb+resource ('Retrieve relevant past memory'), which clearly states the core function and distinguishes it from sibling tools like capture (store) and forget (delete). It does not explicitly contrast with the 'search' sibling, but the resource type (past memory) is clear enough.

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 provides explicit when-to-use guidance: 'Call this tool before you answer the user' and 'Use it when the user references past work or when the task needs project context.' It lacks when-not-to-use guidance or named alternatives (e.g., using 'search' for other types of retrieval), so it does not earn a 5.

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/tinhien11/tdai-memory-mcp'

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