Skip to main content
Glama

ARAKEL Machine Evidence Network

quote

Free preflight: check conclusive-result availability and exact x402 price

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYes
fromYes
termYes
productNo

Schema Changelog

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

  1. First observed

TDQS

C2.7/5.0
Behavior2/5

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

No annotations are present, so the description carries the full burden of behavioral disclosure. It discloses that the tool is free and checks availability/price, but it does not state whether the operation is read-only, has side effects, requires authentication, or what happens with invalid inputs. The 'preflight' wording hints at safety but does not make it explicit.

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 concise sentence that front-loads the key selling point ('Free preflight') before specifying the check. Every word earns its place; there is no fluff.

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?

With four parameters (three required), no output schema, and no annotations, the description is far too sparse. It does not explain the required parameters' semantics, the return format, or usage context, leaving an agent to guess.

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 does not mention any of the parameters (term, from, to, product) or explain their meaning. An agent cannot determine what values to provide for these required fields from the description alone. This is a critical gap.

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 uses a specific verb ('check') and names the resource: 'conclusive-result availability and exact x402 price'. It is clear that this is a preflight quote operation. However, it does not explicitly differentiate itself from sibling tools like batch_quote, counterparty_quote, or machine_quote, so it stops 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?

No guidance is given on when to use this tool versus alternatives. The word 'preflight' implies it should be used before a commitment, but there is no explicit statement of when to choose quote over batch_quote, counterparty_quote, or machine_quote, nor any when-not-to-use conditions.

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

B3/5.0
Disambiguation2/5

Several tools have heavily overlapping roles: 'quote' and 'machine_quote' both appear to offer free preflight quotes and x402 pricing, while 'coverage' and 'coverage_status' both relate to observation/watch coverage. 'catalog' and 'machine_sources' also blur the line between listing products and listing source adapters. An agent would likely struggle to pick the correct tool without deeper context.

Naming Consistency4/5

All tool names use lowercase snake_case and mostly follow a noun/status pattern. The 'machine_' prefix creates a recognizable subgroup, and quote-related names are clearly grouped. Minor inconsistency exists because some names are action-oriented (batch_quote, catalog) while others are status-oriented (coverage_status, discovery_status), but the overall style is coherent.

Tool Count5/5

Ten tools is a reasonable, well-scoped count for a specialized evidence/quote/status service. Each tool addresses a distinct operational concern: quotes, coverage, status, catalog, sources, and telemetry. The count does not feel inflated or too thin.

Completeness2/5

The server covers preflight quoting, coverage checks, catalog listing, status, sources, and sales telemetry, but conspicuously lacks any tool for purchasing, paying, or retrieving completed evidence/proofs. The quote descriptions repeatedly reference x402 payment and payable batches, yet there is no obvious order or fulfillment endpoint. This creates a dead end for agents trying to complete a transaction.

Resources