Skip to main content
Glama
EnrowAPI

Enrow MCP Server

Official
by EnrowAPI

get_verification_result

Read-only

Retrieve the status and details of a previously launched email verification by providing the verification ID.

Instructions

Retrieve the result of a previously launched email verification

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesVerification ID returned from verify_email

Schema Changelog

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

  1. First observedv1.1.0

TDQS

A4.1/5.0
Behavior3/5

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

The annotations already declare readOnlyHint=true, so the description is not required to restate safety. It adds a small behavioral cue by specifying the result is for a previously launched verification, implying an asynchronous polling pattern, but it does not disclose details like whether results are one-time retrievable, stale, or how quickly they become available. This is acceptable but not richly transparent.

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?

A single sentence that fully communicates the tool's purpose without filler. It is front-loaded and every word contributes to the agent's understanding.

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 retrieval tool with one well-documented parameter, read-only annotations, and no nested objects, the description is sufficient. The agent knows what the tool does, when to use it, and what input to provide.

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 the single parameter 'id' is already described as the verification ID returned from verify_email. The tool description adds no additional parameter meaning, so the baseline of 3 applies.

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 uses a specific verb ('Retrieve') and identifies the exact resource: the result of a previously launched email verification. It clearly distinguishes this from sibling tools like verify_email (which launches a verification) and get_verifications_bulk_result (which is bulk-oriented).

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 phrase 'previously launched' clearly signals that this tool should be used after verify_email has been called, not as a standalone operation. It does not explicitly mention alternatives or exclusions, but the context is clear enough for an agent to select it appropriately.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/EnrowAPI/enrow-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server