check_payment
Verify a payment and receive a key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tx_hash | No | ||
| payment_reference_id | Yes |
Verify a payment and receive a key.
| Name | Required | Description | Default |
|---|---|---|---|
| tx_hash | No | ||
| payment_reference_id | Yes |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full behavioral burden, yet it discloses almost nothing: no statement about auth requirements, whether verification is idempotent, what happens if the reference is unknown or the payment is still pending, or whether receiving a key changes backend state. 'Receive a key' hints at a side effect but is not explained.
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?
A single short, front-loaded sentence with zero padding. It is concise, though the brevity is partly the result of under-specification rather than efficiency.
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?
With no annotations, no output schema, and no parameter documentation, the description does not carry enough information for an agent to invoke this tool confidently. For a tool that returns a credential-like key, the absence of return/behavior detail is a meaningful gap.
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% across two parameters, and the description never mentions either one. It never explains what payment_reference_id is or when the optional tx_hash is needed versus omitted — a critical fork the agent cannot resolve from any available field.
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 verb ('verify') and resource ('payment'), so the basic action is identifiable, but 'receive a key' is unexplained jargon — what kind of key, and whether it's a license/access token, is left ambiguous. No sibling in the list overlaps with payment verification, so no differentiation is needed, but the purpose remains under-specified.
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 description provides no when-to-use guidance, no prerequisites (e.g. after purchase_access or after a payment is submitted), no mention of which identifier to supply, and no exclusions. The agent must infer the entire workflow context from the name alone.
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.