Skip to main content
Glama

万忆存档进度

Persist task progress with name, phase, percentage, and complete state snapshot, enabling resumption of work across sessions.

Instructions

存档任务进度 — 支持跨会话冷续传,保存任务名、阶段、进度百分比、完整状态

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
phaseYes当前阶段
stateYes完整任务状态快照(任意JSON)
task_nameYes任务名称
progress_pctYes进度百分比 0~100

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A3.9/5.0
Behavior3/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. It discloses a useful behavioral trait: cross-session persistence for cold resume. However, it does not state whether saving overwrites existing progress, what authorization or side effects are involved, or what the response looks like.

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 a single front-loaded sentence that delivers the core purpose, the key behavioral benefit, and the saved fields in minimal space. No filler or redundant phrasing.

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?

The definition is adequate for basic invocation, especially given the complete schema. However, with no annotations and no output schema, it does not explain return values, overwrite semantics, or error conditions, which are useful for an agent handling persistence operations.

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 fully documents all four parameters. The description essentially restates the parameter list in prose without adding constraints, default values, or interaction details, so it adds no significant semantic value beyond the baseline.

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?

Description uses specific verb '存档' and resource '任务进度', and explicitly enumerates what is saved: task name, phase, progress percentage, and full state. It also mentions the cross-session cold-resume capability, making the tool's purpose unambiguous and distinct from the sibling '万忆加载进度'.

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 phrase '支持跨会话冷续传' clearly conveys the intended use case: persist task progress so work can be resumed across sessions. It does not explicitly mention alternatives or exclusions, but the context is clear enough for an agent to select this tool over its load counterpart.

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