Skip to main content
Glama

万忆召回记忆

Retrieve memories via hybrid search using BM25, knowledge graph, and semantic vectors, with reranking and temporal decay. Filter by project or space, and surface weak-recognition knowledge gaps.

Instructions

四通道混合检索(v5.0):BM25关键词 + 倒排索引 + 知识图谱 + 语义向量(v5.1),reranker精排(v5.2)+ 时序衰减显性化(v5.4)+ 知识空白元认知(弱召回自动记录gap)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
layerNo层级过滤:道/法/术/器/allall
limitNo返回条数上限
queryYes检索关键词/查询文本
spaceNo空间过滤:全局级/个人级/项目级
projectNo项目名过滤
use_graphNo是否启用图谱扩展检索
min_confidenceNo最低置信度阈值 0~1

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

C2.9/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It does reveal non-obvious behavior: reranking, explicit temporal decay, and automatic gap recording on weak recall. However, it does not explain the scope or permanence of the gap-recording side effect, nor return behavior.

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

Conciseness3/5

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

The description is compact and front-loaded with the core retrieval concept, but it is a dense run-on packed with version markers and parenthetical implementation details. Version numbers like v5.0-v5.4 add noise without helping an agent decide how to use the tool.

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

Completeness2/5

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

Given seven parameters, no output schema, and no annotations, the description is incomplete for correct invocation. It does not state what the return value looks like, when this tool should be preferred, or how it differs from sibling retrieval tools.

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%, so the schema already documents all parameters. The description adds some context for the use_graph parameter by mentioning the knowledge-graph channel, but it does not materially clarify parameter formats, ranges, or relationships beyond the schema.

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 clearly identifies 万忆召回记忆 as a retrieval tool by naming '检索' and specifying a four-channel hybrid retrieval process. However, it does not explicitly distinguish itself from sibling tools like 万忆图谱搜索, which overlaps with the knowledge-graph channel mentioned here.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives such as 万忆图谱搜索 or 万忆知识空白. It describes internal mechanics but not the intended selection criteria or exclusions.

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

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/17861102832/wanyimem'

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