Skip to main content
Glama

quote

Obtains payment details from an HTTP 402 challenge, returning the exact USDC amount, asset, network, scheme, and pay-to address for an unpaid request.

Instructions

Free. The price an unpaid request is quoted right now (USDC atomic units, asset, network, scheme, pay-to address), decoded from the service's HTTP 402 challenge.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.6/5.0
Behavior3/5

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

This tool has no annotations, so the description carries the full burden of behavioral disclosure. It adds useful context by indicating the quote is free, real-time, and derived from an HTTP 402 challenge, which implies a read-only, side-effect-free operation. It does not, however, mention whether authentication is required, failure modes, or what happens if no 402 challenge is available.

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

Conciseness4/5

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

The description is short, front-loaded with 'Free.', and covers the essential purpose and output fields in a single sentence. The 'Free.' fragment is somewhat cryptic but not wasteful; overall, the definition is appropriately concise.

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

Completeness4/5

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

For a zero-parameter tool with no output schema, the description provides a solid summary of what the quote contains and where it comes from. It is slightly incomplete regarding the exact invocation context (i.e., that a prior HTTP 402 is required) and the precise format of the decoded data, but it is largely sufficient for an agent to understand and call the tool.

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

Parameters4/5

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

The tool has zero parameters, so the empty input schema requires no explanation; the baseline of 4 applies. The description adds value by describing the output contents (USDC atomic units, asset, network, scheme, pay-to address), which compensates for the absence of an output 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 states that the tool returns the current price for an unpaid request, decoded from an HTTP 402 challenge, and lists concrete fields (USDC atomic units, asset, network, scheme, pay-to address). It is clear enough to identify the tool's purpose and distinguish it from the sibling tools, though it lacks an explicit verb like 'get' or 'retrieve' and the leading 'Free.' adds slight ambiguity.

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 phrase 'decoded from the service's HTTP 402 challenge' implies the tool should be used when an unpaid request receives a 402 response, giving meaningful context. However, it does not explicitly state when to use this tool versus verify_claim or service_status, nor does it mention any exclusions or prerequisites.

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

Deploy Server

Other Tools