Skip to main content
Glama

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

D1.6/5.0
Behavior2/5

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

Annotations only declare readOnlyHint=true, so the description carries most of the transparency burden. It usefully indicates this is a paid capability requiring entitlement, but it does not explain what the repair plan does, how the inputs are used, or what side effects or requirements exist beyond purchase.

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

Conciseness2/5

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

The description is extremely short and avoids fluff, but this is under-specification rather than effective conciseness. The two clauses are front-loaded, yet they leave out nearly all functional substance an agent needs.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With three parameters including an untyped value and a nested object schema, no output schema, and minimal annotations, the description is far too thin to support correct selection and invocation. It omits the operation, expected parameter semantics, and return behavior.

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

Parameters1/5

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

Schema description coverage is 0%, and the description does not mention value, schema, or entitlementSession. The schema provides parameter names and types, but the description adds no meaning about how these parameters relate to the repair plan or how an agent should fill them.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description mostly restates the tool name as 'structured-output repair plan' and adds the qualifier 'Paid.' It lacks a clear verb/action and does not distinguish this tool from siblings like optimize_tool_description or inspect_structured_output.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance on when to use this tool, what problem it solves, or how it compares to sibling tools. The only actionable content is a purchase entitlement link, which is not a usage guideline.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources