Skip to main content
Glama

Realask - verified answers from the physical world

Get verification result

get_verification_result

Final structured answer with typed facts, evidence excerpts, timestamps, confidence and limitations. If the job is not final the response is provisional (http_status 202).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_idYes
job_tokenYes

Schema Changelog

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

  1. First observed

TDQS

A3.6/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It explicitly reveals that a non-final job returns a provisional response with http_status 202, which is important and non-obvious. It also describes the response contents. It does not discuss auth or rate limits, but for a retrieval tool the key behavior is covered.

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 with no filler. The core purpose is front-loaded, and the conditional provisional behavior is stated compactly in the second sentence. Every word earns its place.

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 description covers the main return contents and the provisional 202 behavior, which is helpful given there is no output schema. However, it leaves parameter semantics unexplained and gives no guidance on polling or checking finality via the status sibling, so the overall context is not fully complete.

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 job_id or job_token at all. The names are mildly self-explanatory, but there is no explanation of their relationship, format, or how to obtain them, so the description adds no parameter meaning beyond the schema.

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 states a specific verb and resource: it returns the final structured verification answer, enumerating typed facts, evidence excerpts, timestamps, confidence, and limitations. This clearly distinguishes it from the sibling get_verification_status, which presumably returns only status information, and from the purchase/quote siblings.

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 implies this is the tool to call to retrieve the full verification result once a job exists, and it warns that a non-final job yields a provisional 202 response. However, it does not explicitly say when to use this versus get_verification_status, nor does it mention checking status before calling.

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