List all kits
list_kitsList every kit currently on the nice to have shelf (id, name, what it does, page URL).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No |
list_kitsList every kit currently on the nice to have shelf (id, name, what it does, page URL).
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and openWorldHint=false, so safety is covered. The description adds the scoping constraint and the return fields, but says nothing about result size, pagination, or whether the shelf contents are dynamic — useful context that is left out.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
One front-loaded sentence: verb, scope, then the returned fields in parentheses. No filler, nothing redundant, every element earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple read-only list tool with no output schema, the description covers the return shape and scope adequately. However, it omits any explanation of the lang parameter and does not address result volume, leaving minor but real gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0% and the single lang parameter (enum ja/en) is never mentioned in the description at all. Because the schema does not document it either, an agent gets no explanation of what 'lang' localizes or when to pass it, so the description fails to compensate for the coverage gap.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a specific verb (List) and resource (kits), plus a scope qualifier (nice to have shelf) and the returned fields (id, name, description, page URL). It distinguishes itself implicitly from search_kits by being an unfiltered enumeration, but never names the sibling explicitly.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The word 'every' implies this is the exhaustive-enumeration option, which contrasts with search_kits, but no when/when-not condition or alternative is stated. Usage must be inferred from the verb rather than read.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.