Skip to main content
Glama

agent-embassy

Agent ID — Verify

agentid_verify
Idempotent

Check an Agent ID's current standing: valid, revoked, expired, or unknown. Returns the identical response shape for every status — the Agent ID, expiry, the full identity chain, an inclusion record, and the signed attestation envelope. Unknown IDs report unknown; never an error. MONETIZED VIA x402 — paid tool, not free. POST https://agent-embassy.fly.dev/v1/agent-id/verify with an x402 payment ($0.25, USDC on Base or Arbitrum One).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_idYes
agent_walletNodev mode only
idempotency_keyYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
howYesHow to pay: POST the tool inputs as JSON to paid_url with an x402 v2 PAYMENT-SIGNATURE header
toolYesTool name, e.g. verified_check
assetYesSettlement asset
priceYesExact price, e.g. "$0.15"
networksYesEVM CAIP-2 network ids accepted
paid_urlYesx402-paid HTTPS URL to POST the tool inputs to
facilitatorYesx402 facilitator
payment_requiredYesAlways true: this MCP tool is a payment pointer; the tool itself is monetized via x402.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations provide idempotentHint=true and readOnlyHint=false, but the description adds significant behavioral context: the identical response shape for all statuses, the 'unknown' handling without errors, and the monetization via x402 with payment details. These go beyond annotations and help the agent understand side effects (payment) and error behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single block but efficiently front-loads the core purpose before adding response shape, monetization, and endpoint details. It is longer than minimal but every sentence adds value, with no redundancy. The structure flows logically from what to how to payment.

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?

Given the tool's simplicity and the presence of an output schema, the description covers the key aspects: statuses, response shape, error behavior, payment requirements, and endpoint. It does not explain the parameters, but the output schema and the tool's self-evident purpose reduce the need. It is complete for an agent to invoke correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 33% (only agent_wallet is described). The description does not explain agent_id or idempotency_key, which are required. While agent_id is self-explanatory from the tool name, idempotency_key is a common but not universally understood parameter. The description does not compensate for the low schema coverage, leaving a gap in parameter meaning.

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: 'Check an Agent ID's current standing' with explicit statuses (valid, revoked, expired, unknown). It clearly distinguishes from sibling tools like agentid_issue, renew, and revoke by focusing on verification. The response shape is also described, making the tool's purpose unambiguous.

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 description clearly implies when to use the tool (to check status) and provides context about unknown IDs never erroring. However, it does not explicitly mention alternatives or when not to use it. Since the purpose is obvious and it names no exclusion conditions, it is clear but lacks explicit sibling differentiation.

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