Skip to main content
Glama
NeverDrunkMasterQian

spherical-memory-mcp

tool_link_memories

Create gravitational links between two memories to capture causal, semantic, or emotional relationships missed by automatic linking. Override association strength with manual input.

Instructions

手动为两条记忆建立引力链接,补充自动计算的不足。

当你在对话中识别到两条记忆存在明确的深层关联时调用。自动算法遗漏的因果/类比/对照关系,由此工具补充。 手动建立的链接权重高于自动链接。

参数: source_id: 源记忆ID(必填) target_id: 目标记忆ID(必填) link_type: 链接类型(必填)。可选:semantic(语义相关)、emotion(情感共鸣)、causal(因果关联) strength_override: 手动指定关联因子 0-1(可选)。不提供则自动计算

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
source_idYes
target_idYes
link_typeYes
strength_overrideNo
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses that manually created links have higher weight than automatic links, and explains parameter effects. Does not mention return values or error cases.

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?

Two brief paragraphs plus a parameter list with no redundant information. Each sentence adds value, and structure is clear.

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?

Context is good: explains purpose, usage, and parameters. Lacks details on return type or failure behavior, but given it's a mutation tool with no output schema, the description is mostly complete. Could mention prerequisites like memory existence.

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 coverage is 0%, but description compensates fully by explaining all parameters: source_id, target_id, link_type with options (semantic, emotion, causal), and strength_override with default automatic. Adds meaning beyond 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: manually creating gravity links between two memories to supplement automatic computation. It specifies the action (link), the resources (memories), and contrasts with automatic linking.

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 states when to use: '当你在对话中识别到两条记忆存在明确的深层关联时调用' (when you identify a clear deep connection). It implies when not to use by noting it supplements automatic algorithm omissions, but does not list 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