Skip to main content
Glama

Getlead

Verification progress

verify_list_status
Read-onlyIdempotent

Progress and result breakdown (valid, invalid, catch-all, disposable, unknown) for a list verification job.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
list_idYesList id

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already establish that the tool is read-only, idempotent, and non-destructive. The description adds useful context by naming the five result categories, but it does not disclose behavior such as whether results appear incrementally, whether the job must be complete, or how progress is represented.

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 compact sentence with no filler. The core output is front-loaded, and every word contributes meaning.

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 simple status tool with one well-documented parameter and rich annotations, the description is largely complete. Since there is no output schema, a bit more detail on progress states or job lifecycle would strengthen it, but it is adequate as-is.

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 100% of the single parameter with a clear 'List id' description. The tool description adds domain context ('list verification job') but no additional semantic detail beyond the schema.

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 identifies the resource (a list verification job) and the output (progress plus a result breakdown by category). It is easily distinguished from the sibling verify_list_start, though it lacks an explicit verb like 'returns' or 'gets'.

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 phrase 'for a list verification job' implies this is the status-checking counterpart to verify_list_start, but the description never explicitly says when to call it, that it should be used after starting verification, or how it differs from verify_email/check_deliverability.

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.