Skip to main content
Glama
rwese
by rwese

done

Mark backlog items as complete with an optional summary to document what was accomplished. List and filter items by status or priority to review progress.

Instructions

Mark backlog items as complete with optional summary - done operation and list

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNoOperation to perform (default: done)
topicNoTopic name (required for done)
summaryNoOptional completion summary describing what was accomplished, lessons learned, or final notes
statusNoStatus filter for list operation
priorityNoPriority filter for list operation
Behavior2/5

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

No annotations are provided, and the description does not disclose behavioral traits such as destructive potential, permissions required, or side effects. It only mentions the basic action and optional summary, lacking depth for safe invocation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short (one sentence), but the fragment 'done operation and list' is awkward and somewhat unclear. It could be more structured, but it is not overly verbose. Mixed effectiveness.

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?

The tool has 5 parameters and 3 enums but no output schema. The description does not explain return values, error handling, or how the list operation behaves. Given the dual functionality, more context is needed for completeness.

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?

The input schema has 100% coverage with descriptions for all 5 parameters. The description adds no additional meaning beyond what the schema already provides, such as clarifying the relationship between 'done' and 'list' operations. Baseline 3 is appropriate.

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 the tool marks backlog items as complete and mentions an optional summary, clearly indicating the primary action. However, the phrase 'done operation and list' is ambiguous and could be interpreted as two separate operations, which reduces clarity.

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?

The description provides no guidance on when to use this tool versus its siblings (prune, read, ticket-done, etc.). There are no explicit when-to-use or when-not-to-use instructions, leaving the agent to infer context.

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/rwese/mcp-backlog'

If you have feedback or need assistance with the MCP directory API, please join our Discord server