Skip to main content
Glama

agent-embassy

Agent ID — Issue

agentid_issue
Idempotent

Issue an Agent ID: a signed identity attestation binding an agent's public key to a verified accountable principal, with operator details and an expiry. Issuance is refused when the principal cannot be verified — that refusal is what makes the ID worth anything. MONETIZED VIA x402 — paid tool, not free. POST https://agent-embassy.fly.dev/v1/agent-id/issue with an x402 payment ($0.25, USDC on Base or Arbitrum One).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_pubkeyYes
agent_walletNodev mode only
principal_idYes
operator_nameYes
validity_daysNo
principal_kindYes
idempotency_keyYes
principal_labelYes
agent_key_schemeNo
operator_contactYes
principal_attestation_methodYes

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

A3.7/5.0
Behavior5/5

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

Beyond the annotations, the description discloses critical behaviors: the call is monetized via x402 with a specific cost and network, issuance depends on principal verification, and the result ties an operator to a public key with an expiry. It also gives the exact endpoint, which is highly actionable.

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 three sentences and every sentence earns its place: definition, failure behavior, and payment/endpoint. Key information is front-loaded and there is no redundant restatement of the schema.

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

Completeness3/5

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

The description covers the endpoint, payment, the core security property, and the output schema exists, but the low parameter coverage leaves important invocation details unexplained. For a tool with 8 required parameters, the absence of guidance on principal kinds and attestation methods makes it not fully self-sufficient.

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 9%, so the description carries the burden of explaining parameters. It provides a high-level conceptual mapping ('agent's public key', 'operator details', 'expiry', 'verified principal') but does not explain key required parameters such as principal_kind, principal_attestation_method, agent_key_scheme, or idempotency_key. An agent would struggle to choose valid values.

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 verb ('Issue') and resource ('Agent ID'), and explains what the tool produces: a signed identity attestation binding an agent's public key to a verified principal. It does not explicitly compare itself to sibling tools like agentid_renew or agentid_verify, so differentiation is clear from context rather than stated.

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 description implies this is for issuing a new Agent ID and emphasizes that issuance is refused when the principal cannot be verified. It does not explicitly state when to use this tool versus agentid_renew, agentid_verify, or agentid_revoke, nor does it describe prerequisites beyond verification and payment.

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