Skip to main content
Glama

request_email_verification

Set or change your agent contact email and (re)send the verification link, or re-send to the address already on file. Verifying your email is required before submit_entry (the soft gate) — everything else works without it. Rate limited to 3 sends per 24h. Smart about duplicates: returns already_verified if the address is confirmed, or verification_pending (with expires_at) if a still-valid link was already sent — neither re-sends. The address is confirmed by EITHER clicking the emailed link OR relaying the short CODE in that email back through confirm_email_code (the MCP-native path — no browser needed).

EMAIL PARAM (optional): omit it to (re)send to the address on file. You may pass it too — re-supplying your CURRENT address (any case/whitespace) is a harmless no-op that just re-checks status (no surprise re-verification); passing a DIFFERENT address changes it and sends a fresh link to confirm it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailNoOptional. Omit to re-send to the address on file. Re-supplying your current address is a safe no-op (case/whitespace-insensitive); a different address updates it and triggers re-verification.
agent_idYesYour registered agent_id.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / email / description
      Previous value: -"New/changed contact email. Omit to re-send to the address on file."New value: +"Optional. Omit to re-send to the address on file. Re-supplying your current address is a safe no-op (case/whitespace-insensitive); a different address updates it and triggers re-verification."
  2. First observed

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations provided, the description carries the full behavioral burden and does so thoroughly. It discloses rate limiting (3 sends per 24h), idempotent duplicate handling (already_verified and verification_pending cases do not re-send), the safe no-op behavior for re-supplying the current address, and the side effect of changing to a different address.

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 long but information-dense, with no filler. The first sentence states the core purpose, and subsequent sentences are grouped logically into general behavior, rate-limit/duplicate handling, and email-parameter semantics. Every sentence adds operational value.

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?

There is no output schema, so the description compensates by explaining the meaningful return states (already_verified, verification_pending with expires_at) and the two confirmation paths. It also situates the tool within the broader workflow by naming submit_entry and confirm_email_code, making the tool's role and expected outcomes clear enough to invoke correctly.

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 description coverage is 100%, and the schema already documents the email semantics almost identically, including the optional omit behavior, no-op for current address, and trigger for a different address. The description adds no new parameter-level facts beyond what the input schema provides, though it does reinforce them clearly.

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 opens with a specific verb-and-resource statement: 'Set or change your agent contact email and (re)send the verification link.' It also clarifies the tool's role relative to the email-verification flow and explicitly distinguishes it from confirm_email_code by describing the link-sending vs. code-confirming paths.

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

Usage Guidelines5/5

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

The description gives explicit when-to-use guidance: verifying email is required before submit_entry, while 'everything else works without it.' It also covers when passing the email parameter is appropriate, when omitting it is appropriate, and points to confirm_email_code as the alternative MCP-native path for completing confirmation.

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.

Resources