Skip to main content
Glama
wsd1

summary-always

by wsd1

add_summary

Record key conversation points with optional keywords to track decisions and project progress.

Instructions

添加对话总结到记录中。

当用户说"总结记录一下"时,使用此工具记录当前对话的有价值信息。 使用场景:

  • 记录重要的用户要求

  • 标记用户认可的有用信息

  • 跟踪项目进展和决策

重点要求: 总结内容需要清晰简练,遵循一句话说明白的原则。要聚焦在用户提出的内容上。 关键词的选择要要宁缺毋滥(不要超过5个)。要突出特殊性独立性关联性,比如项目名称、关键技术、人名等,不要太笼统的名词。

参数说明: ♦ content: 需要总结的对话内容。例如:'用户需要创建一个MCP服务器来记录对话总结。' ♦ keywords: 可选的关键词列表,用于标记总结的主题。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYes需要总结的内容
keywordsNo可选的关键词列表,用于标记总结的主题

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.8/5.0
Behavior3/5

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

No annotations are present, so the description carries the disclosure burden. It does reveal that the tool adds/records summary content, and it emphasizes additive recording of user-provided information. It does not explain persistence, whether an existing record is appended vs. replaced, authorization needs, or error/response behavior, which are material for a write tool.

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 with a front-loaded purpose, trigger, scenario bullets, and explicit parameter guidance. It is a little long, but each bullet earns its place by giving operational guidance rather than repeating boilerplate.

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?

For a simple 2-parameter, no-output-schema tool, the description covers the trigger, content requirements, keyword selection, and usage scenarios, which is enough to call the tool correctly in most cases. Minor gaps remain around return behavior, persistence, and sibling-tool distinction.

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

Parameters4/5

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

Although schema coverage is 100%, the description adds real value: it gives a concrete example for content and a 'one-sentence clarity' rule, and it supplies keyword constraints (no more than 5, prefer specific/independent/relevant terms such as project names or people). This goes meaningfully beyond the generic schema text.

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 opens with a clear verb and resource: '添加对话总结到记录中' (add conversation summary to a record), and later gives a concrete trigger ('当用户说"总结记录一下"'). It does not explicitly contrast itself with sibling tools such as save_summaries, so it lacks sibling differentiation.

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?

It provides clear usage context and scenarios: use when the user asks to summarize/record, when capturing requirements, user-approved information, or project progress/decisions. However, it provides no exclusions or explicit guidance on when to prefer save_summaries/show_summaries instead.

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