Skip to main content
Glama

request_quote

Request a FREE commercial quote for a capability execution. AOI dynamically evaluates the price based on the requested service. Returns quote_id, final USD price, currency, and validity (15 min). No execution happens and NO credits are consumed — review the price first, then call execute_quote. Requires an API key (X-API-Key header or Authorization: Bearer ).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
input_dataYesCapability-specific input parameters (e.g. {lat, lon})
capability_idYesThe capability ID to quote
idempotency_keyNoOptional idempotency key. Same key + same request returns the same quote.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior4/5

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

With no annotations, the description carries the full burden. It explicitly discloses that no execution happens, no credits are consumed, the quote is valid for 15 minutes, and an API key is required. This is strong behavioral transparency, though it doesn't mention rate limits or error behavior, which are not essential here.

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 reasonably concise, with each sentence adding value: it states the tool's purpose, the pricing behavior, the response fields, the non-execution guarantee, and auth requirements. It is front-loaded with the primary purpose and not overly verbose.

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 tool with 3 parameters, no output schema, and no annotations, the description covers the essential operational context: purpose, next step (execute_quote), safety constraints (no execution, no credits), and auth. It doesn't detail error handling or idempotency semantics, but the schema covers parameter-level details. Overall, an agent has enough to use the tool correctly.

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 covers all three parameters with descriptions (100% coverage), so the description adds little beyond the schema. It does not explain the parameters further, only reiterating the high-level purpose. Baseline 3 is appropriate when the schema already documents the parameters.

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 clearly states the tool requests a commercial quote for capability execution, distinguishing it from execute_quote. However, it does not explicitly differentiate it from the many specialized quote_* sibling tools (e.g., quote_air_quality_assessment), which may cause an agent to hesitate between the generic and specialized variants.

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?

It provides clear when-to-use guidance: request a quote before execution, then call execute_quote. But it does not mention alternative quote_* tools that might be more appropriate for specific capabilities, leaving the agent to infer the distinction on its own.

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.