Skip to main content
Glama

Realask - verified answers from the physical world

Quote a real-world verification

quote_real_world_answer

Get a free, immutable price quote for verifying a current fact about a US local business (stock, price, availability, capability, policy, wait time). Returns quote_id, price in integer minor units, scope, expected_completion_seconds and expires_at. Use purchase_real_world_answer to buy it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitsNo
requestYesNatural-language question, e.g. 'Does ABC Tire in 33312 have two Michelin Pilot Sport 4S 235/40R19 in stock today and what is the installed price?'
locationYes
callback_urlNo
verification_modeNoauto reuses fresh cached facts when safe; live_verified forces a new call

Schema Changelog

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

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions 'free' and 'immutable', and lists return fields including expected_completion_seconds and expires_at, giving some sense of the quote's characteristics. However, it does not explain that this is only a quote and not the actual verification, nor does it address rate limits, auth requirements, or what happens if the quote expires. It also does not clarify the relationship between quote and purchase beyond 'use purchase_real_world_answer to buy it'. This is adequate but not thorough.

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 two sentences, front-loading the core purpose and return fields, then providing a clear next-step instruction. Every sentence earns its place with no redundancy or fluff.

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?

The tool has 5 parameters, nested objects, and no output schema. The description lists return fields but does not explain how the quote_id is used, the role of callback_url, or the semantics of limits and location beyond what the schema implies. It also doesn't clarify the verification_mode values or edge cases like expired quotes. While it provides a solid overview, it leaves critical operational details unresolved for an agent to call correctly.

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

Parameters2/5

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

Schema description coverage is only 40%, and the description does not compensate. The schema provides descriptions for request and verification_mode, but parameters like limits, location, and callback_url lack descriptions. The tool description does not explain these parameters, their constraints, or how they affect the quote. This is a significant gap given the low coverage and nested object complexity.

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 function: obtaining a free, immutable price quote for verifying a fact about a US local business. It specifies the verb ('Get'), the resource ('price quote'), and the scope (current fact about US local business). It also distinguishes from sibling tools like quote_real_world_action by focusing on 'answer' vs 'action'.

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

Usage Guidelines4/5

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

The description explicitly directs the user to purchase_real_world_answer for buying the quote, providing a clear next step. It implies this tool is for quoting, not for the actual verification result. However, it doesn't explicitly state when not to use it or mention alternatives like get_verification_status or get_verification_result for checking status, which are siblings. The guidance is useful but could be more comprehensive.

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

A3.6/5.0
Disambiguation4/5

Tools are mostly distinct: status vs result, quote vs purchase, and answer vs action are clearly separated. The only mild ambiguity is that purchase_real_world_answer is also the purchase path for action quotes, not just answer quotes.

Naming Consistency4/5

All names follow snake_case verb_noun and the get/quote/purchase verbs are used predictably. The slight inconsistency is purchase_real_world_answer covering both answers and actions, while quote_real_world_action suggests a separate action purchase tool.

Tool Count5/5

Five tools is well-scoped for this server: quote, purchase, status, and result form a tight asynchronous workflow, with the second quote tool adding physical actions without bloat.

Completeness4/5

The quote-purchase-status-result lifecycle is complete for verified answers, and action quotes include cancellation capability. A dedicated confirm/cancel endpoint for purchased actions would be slightly cleaner, but the current surface supports the core workflow.

Resources