Skip to main content
Glama

Wever Pay Open Exchange Public Beta

Report Compatibility

report_compatibility

Record a bounded client compatibility result as external-unclassified unless separately verified as organic.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesNo
stageYes
clientYes
successYes
reporterNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added

TDQS

C2.7/5.0
Behavior3/5

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

The annotations already convey that this is a write operation (readOnlyHint=false) and non-destructive (destructiveHint=false). The description adds one useful behavioral rule: the result is recorded as external-unclassified unless separately verified as organic, which is information not present in the annotations. It does not explain side effects like overwriting or duplicate handling, but the annotation coverage lowers the bar.

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 a single efficient sentence with no redundant phrases, and it front-loads the verb. However, the over-compressed jargon ('bounded', 'external-unclassified', 'organic') sacrifices clarity, so the structure is concise but not optimally useful.

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?

For a five-parameter tool with no output schema and no parameter descriptions, the description leaves too much implicit. It does not explain what 'bounded' means, what 'organic' verification entails, what values are appropriate for client/stage/success, or what the tool returns, making it incomplete for correct invocation.

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 mentions none of the five parameters (client, stage, success, notes, reporter). It does not indicate which parameters are required, how success maps to the result, or what values client/stage accept, leaving the agent without any semantic bridge from the description to the schema.

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 names a specific action ('Record') and a specific object ('a client compatibility result'), so an agent can tell this is a write-oriented reporting tool. However, the modifiers 'bounded' and 'external-unclassified unless separately verified as organic' are domain jargon and do not clearly distinguish it from related verification/reporting siblings, so it falls short of a 5.

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 about when to use this tool versus alternatives such as verify_portable_bundle, get_verified_offer, or report-related operations. There are no exclusions, prerequisites, or context conditions, so an agent must rely on the tool name alone.

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