Skip to main content
Glama
chestnutsheep

DeepFusion MCP Server

管家记忆-导入

memory_import

Import local agent memory from a JSON object to restore or update saved context.

Instructions

从 JSON 对象导入本地管家记忆。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
documentYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.7/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It does not state whether the import merges with existing memory, overwrites it, validates the JSON structure, or what side effects occur beyond the act of importing.

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 a single concise sentence with no filler or redundant content. It is front-loaded with the action and resource, though it sacrifices detail for brevity.

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?

With no annotations and no output schema, the description is the only source of guidance. It is too sparse to fully support correct invocation, especially regarding the expected memory JSON format and the outcome of the import operation.

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

Parameters2/5

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

The schema only defines 'document' as a string with no description, and the description adds that the input should be a JSON object. This is helpful but insufficient, as it does not explain the required JSON structure, expected keys, or whether the JSON should be a serialized string or parsed object.

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 states a specific action ('import') and a clear resource ('local butler memory' from a JSON object). It is unambiguous, but it does not explicitly distinguish itself from sibling memory tools such as memory_save or memory_update.

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?

There is no guidance about when to use this tool instead of alternatives like memory_save, memory_update, or memory_export. The description only states what the tool does, not when it is the appropriate choice.

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

Deploy Server

Other Tools