Skip to main content
Glama
NeverDrunkMasterQian

spherical-memory-mcp

tool_recall_by_gravity

Retrieve memories by starting from an entry node and spreading along gravitational links, activating related memories based on query and tags.

Instructions

【核心工具】引力联想检索 — 从入口节点沿引力链接扩散,激活相关联的记忆。

这是球状记忆体系最核心的差异化能力。当用户提到某个话题、需要联想回忆、或说"你还记得..."时,优先使用此工具。

参数: query: 查询描述文本(必填)。纯自然语言,如"用户又提到了辞职的想法" query_tags: 从 query 中提取的关键标签(必填!)。❌ 必填!MCP Server 无推理能力,必须由你从 query 中提取核心概念作为标签。示例:用户说"我又想辞职了" → 提取 ["辞职", "职业", "决定"] max_activations: 最大激活记忆数(可选,默认8,上限8) gravity_threshold: 引力阈值(可选,默认0.6)。低于此值的链接不会被激活。需要更宽泛联想时降至0.4,需要精确匹配时升至0.8 memory_type_filter: 限制记忆类型范围(可选) time_range: 时间范围(可选)。格式:{"from": "2025-06-01", "to": "2025-12-31"} depth: 引力扩散深度(可选,默认2,上限3)。深度越大召回越多但噪声也越多

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
query_tagsYes
max_activationsNo
gravity_thresholdNo
memory_type_filterNo
time_rangeNo
depthNo
Behavior4/5

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

With no annotations, the description bears full burden. It explains the behavioral traits: diffusion activation along gravitational links, depth controlling recall and noise, and threshold for link activation. It does not cover all possible side effects or permissions, but for a recall tool, the description is transparent enough.

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 well-structured: starts with purpose and usage, then parameter details. It is front-loaded with the most important info. However, the parameter section is somewhat verbose with Chinese formatting and emojis, but every sentence adds value.

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 7 parameters and no output schema, the description covers parameters well but does not describe the return format or error behavior. It mentions activating associated memories but no structure. For full completeness, it should hint at the output (e.g., list of memory objects).

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

Parameters5/5

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

Schema description coverage is 0%, so the description must compensate. It does so excellently: explains query as natural language, query_tags as required extraction by AI, max_activations default and max, gravity_threshold adjustment guidance, memory_type_filter, time_range format, depth default and max. This adds critical meaning beyond the bare schema.

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's purpose: '引力联想检索' (gravitational associative recall). It explains the mechanism of spreading from entry nodes along gravitational links to activate associated memories. It distinguishes itself from sibling tools like tool_recall_by_coordinate by positioning itself as the core differentiation for topic-based or associative recall.

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 explicitly says when to use this tool: when the user mentions a topic, needs associative recall, or says 'do you remember...'. It also provides guidance on adjusting gravity_threshold for broader or more precise recall. It does not explicitly state when not to use, but the sibling tools imply alternatives.

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/NeverDrunkMasterQian/spherical-memory-mcp'

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