Skip to main content
Glama

army_quote

FREE. Get the EXACT x402 payment requirements for one Settlement Army service, for the specific input you intend to buy. Returns the verbatim 402 challenge — use requirements.accepts[0] to construct and sign a payment with your OWN x402 client and wallet (e.g. x402-fetch createPaymentHeader). Never send keys anywhere; this server never holds funds and never signs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputNothe request body you intend to buy, e.g. {"mode":"prediction","query":"election"}
service_idYessoldier id from army_list_services, e.g. sol-23-onchain-base

TDQS

A4.2/5.0
Behavior5/5

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

With no annotations, the description fully discloses critical behaviors: it returns a verbatim 402 challenge, never holds funds, never signs, and instructs the user to use their own client/wallet. This transparency covers side effects and security boundaries comprehensively.

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 concise, with three sentences that flow logically: purpose, usage example, and security warning. It avoids redundancy and maintains a clear structure, earning high marks for efficiency.

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?

The description covers the essential context: the tool returns payment requirements in the form of a 402 challenge, with guidance on using the output (requirements.accepts[0]) and a concrete example (x402-fetch createPaymentHeader). It lacks an explicit output schema but still provides sufficient operational context.

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?

The schema already provides clear descriptions for both parameters (input and service_id) with examples. The description adds marginal value by reinforcing 'specific input' but does not introduce new semantic details beyond the schema's coverage.

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

Purpose5/5

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

The description clearly states the tool's primary function: obtaining x402 payment requirements for a specific Settlement service input. It distinguishes itself from siblings by emphasizing 'for one Settlement service' and 'specific input you intend to buy', making the scope unambiguous.

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 provides usage instructions (use requirements.accepts[0] to construct payment, never send keys) but does not explicitly compare against sibling tools like army_buy or laen_quote. It implies usage when you have a specific input but lacks explicit alternatives or when-to-use guidance.

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.

TDQS

A4/5.0
Disambiguation4/5

The tools are mostly distinct: army_list_services and army_quote are clear (list vs. quote), and laen_find_blockers and laen_quote are similar but one finds blockers and the other quotes a specific blocker. However, army_quote and laen_quote both serve the purpose of providing payment requirements for their respective domains, and a agent might confuse which quote applies to which service. The distinction is reinforced by naming (army_ vs laen_) but still a minor overlap.

Naming Consistency3/5

The naming uses a mix of snake_case for verbs like 'army_buy' and 'army_list_services', but 'laen_find_blockers' and 'laen_resolve' follow a similar pattern. However, 'army_' and 'laen_' prefixes are inconsistent - one uses 'army' and the other 'laen', and the verbs are not consistently placed (buy vs list_services vs find_blockers vs resolve). The pattern is readable but not fully uniform.

Tool Count5/5

Six tools is appropriate for a server that spans two focused domains (Army services and LAEN blockers). Each tool has a clear role: list, quote, buy/resolve, and find, which is a tight functional set. This is well within the ideal range, and the server doesn't feel over- or under-loaded.

Completeness4/5

The server covers the full lifecycle for both domains: list services and find blockers (discovery), quote (pricing), and buy/resolve (payment and execution). The only gap is that there is no cancellation or refund tool, but given the fail-closed nature, that's not critical. The core workflow of discover->quote->pay->receive is complete.

Resources