Skip to main content
Glama
wsd1

summary-always

by wsd1

show_summaries

Retrieve past conversation summaries to review key points. Filter by keywords or limit results to recent entries for quick lookup.

Instructions

显示之前记录的总结。

当用户说"看一下之前的总结"时,使用此工具查看所有历史总结记录。

参数说明: ♦ filterKeywords: 可选的关键词过滤,只显示包含指定关键词的总结 ♦ limit: 可选的数量限制,显示最新的N条总结

输出格式: 每行显示一条总结,格式为: YYYYMMDD #关键词1 #关键词2 总结内容...

使用场景:

  • 回顾之前的对话要点

  • 查找特定主题的总结

  • 查看最近的记录

  • 了解总结统计信息

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo可选的数量限制,显示最新的N条总结
filterKeywordsNo可选的关键词过滤,只显示包含指定关键词的总结

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.1/5.0
Behavior4/5

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

No annotations are provided, so the description carries the burden. It conveys a read-only behavior through '显示/查看' and discloses the output format (one summary per line with date, keywords, and content) plus filter/limit behavior. It does not explicitly mention side effects or authentication, but the read-only language is clear 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-organized into sections: purpose, parameters, output format, and use cases, with the core purpose front-loaded. It is economical overall, though the use-case list is slightly redundant and the mention of summary statistics does not match the line-oriented output format described.

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 read-only tool with two optional parameters and no output schema, the description covers parameter behavior, output format, and typical triggers. Minor gaps remain, such as how multiple filterKeywords are combined and the default ordering when limit is omitted.

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 coverage is 100% and the schema already describes filterKeywords and limit in the same terms. The description repeats this information without adding defaults, matching rules, or examples, so it stays at the baseline rather than adding semantic value.

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 opens with a specific verb and resource: '显示之前记录的总结' (display previously recorded summaries). It also clarifies scope as all historical summaries, and the read-only verb clearly separates it from the sibling write tools add_summary and save_summaries.

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 gives an explicit trigger phrase (when the user asks to view previous summaries) and a bulleted list of valid use cases: reviewing previous points, finding a topic, viewing recent records. It does not explicitly name sibling tools as alternatives or state when not to use it, so it falls just short of a 5.

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