Skip to main content
Glama

Get verdict result

get_verdict
Read-onlyIdempotent

Fetch the result of an analyze_listing job. If status is 'queued' or 'running', wait ~15 seconds and call again. Free — polling never costs a credit.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_idYesthe job_id returned by analyze_listing

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnly, idempotent, and non-destructive. The description adds valuable behavioral facts beyond annotations: the asynchronous job statuses (queued/running) and the free polling guarantee. No contradiction with annotations.

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?

Two compact sentences: the first states the purpose, the second gives the polling condition and a cost differentiator. Every phrase earns its place with no fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple 1-parameter polling tool with no output schema, the description explains the polling loop, expected statuses, and cost implications. Nothing an agent needs to call it correctly is missing.

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?

Schema coverage is 100%, and job_id is already described as 'the job_id returned by analyze_listing'. The description repeats the origin of job_id without adding new format or type information, so it stays at the baseline.

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 the specific action 'Fetch the result of an analyze_listing job' with a clear verb and resource. It distinguishes itself from sibling analyze_listing by naming it as the job producer, leaving no ambiguity about what this tool returns.

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?

Provides explicit polling behavior: if status is 'queued' or 'running', wait ~15 seconds and call again. It doesn't explicitly contrast with alternatives, but the direct reference to analyze_listing makes the intended use case clear.

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.4/5.0
Disambiguation5/5

Each tool targets a distinct step: starting a paid async analysis, polling for its result, creating the API key, and two different free lookups (recommendations vs. single-platform lookup). The descriptions explicitly cross-reference when to use each, leaving little room for misselection.

Naming Consistency3/5

The three action tools (analyze_listing, create_trial_key, get_verdict) follow a clear verb_noun pattern, but tank_alternatives and tank_lookup break it by leading with the noun 'tank'. The tank_ prefix is recognizable, but the set mixes verb-first and noun-first naming.

Tool Count5/5

Five tools is a tight, appropriate scope for a pre-purchase vehicle-verdict service: one paid analysis, one polling endpoint, one API-key setup, and two free instant database queries. Each tool earns its place and none feels redundant.

Completeness5/5

The core lifecycle is covered: create_trial_key enables access, analyze_listing starts a job, get_verdict retrieves its outcome, and tank_alternatives/tank_lookup cover adjacent free research workflows. There are no obvious dead ends or missing operations for the stated purpose.

Resources