Skip to main content
Glama

multi_file_checklist

Generate a checklist for changes spanning multiple files to track and verify each modified file.

Instructions

Generates checklists for multiple files being changed. Use this when your change spans multiple files.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filesYesList of files being changed

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.6/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 explaining behavior. It only restates the function ('Generates checklists') and offers no detail about side effects, output format, prerequisites, or whether the operation is read-only. This is a meaningful gap for a tool with no annotation support.

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 compact and front-loaded: the core action appears in the first sentence, and the usage condition in the second. Every sentence earns its place with no unnecessary detail.

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 tool with one fully documented parameter and no output schema, the description covers the essential purpose and invocation condition. It is slightly incomplete because it does not describe what the generated checklist contains or what the agent should do with the result, but overall it is sufficient for basic correct usage.

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%, with the single 'files' parameter already documented as 'List of files being changed.' The description reinforces this by mentioning multiple files, but adds no new meaning beyond what the schema already provides, so the baseline score of 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 uses a clear verb-resource pairing: it 'Generates checklists for multiple files being changed.' It identifies the tool's purpose without confusion, though it does not explicitly differentiate itself from the sibling chain_effect_checklist, which may also relate to checklists.

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 description gives an explicit trigger condition: 'Use this when your change spans multiple files.' This tells an agent when to invoke the tool, though it does not mention when not to use it or point to an alternative for single-file changes.

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