Skip to main content
Glama

crossingkey-mcp

capability.quote

Read-only

FREE. Returns x402 v1 and v2 challenge requirements for one capability without executing or settling payment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds that it is FREE and that it does not execute or settle payment, which is useful behavioral context. However, it does not disclose what the returned challenge requirements look like, whether they expire, or any rate limits.

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 a single sentence that front-loads the key facts: free, returns challenge requirements, scoped to one capability, and does not execute or settle payment. Every word earns its place with no redundancy.

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

Completeness3/5

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

For a simple read-only tool with one parameter and no output schema, the description is mostly adequate. However, it lacks guidance on the 'name' parameter format and does not clarify how this differs from sibling tools like capability.get or check_requirements, which an agent would need to select the correct tool confidently.

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 0%, so the description must compensate. The description mentions 'one capability' which maps to the single required 'name' parameter, but it does not explain what format the name should take (e.g., capability ID vs. human-readable name) or provide examples. With only one parameter, the baseline is 4, but the lack of any format guidance reduces it to 3.

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 states a specific verb ('Returns') and resource ('x402 v1 and v2 challenge requirements for one capability'), and distinguishes it from executing or settling payment. It is clear about what the tool does, though it does not explicitly differentiate from sibling tools like capability.get or check_requirements.

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

Usage Guidelines3/5

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

The description implies usage context: it is a free, read-only quote for challenge requirements, and explicitly says it does not execute or settle payment. However, it does not state when to use this tool versus alternatives like capability.get or check_requirements, nor does it mention any prerequisites.

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