Skip to main content
Glama

agent-embassy

Agent ID — Renew

agentid_renew
Idempotent

Renew an Agent ID before it expires: issues a fresh Agent ID carrying the same identity chain with a new expiry, and retires the old one. Requires the same principal-or-Embassy signature as retiring. MONETIZED VIA x402 — paid tool, not free. POST https://agent-embassy.fly.dev/v1/agent-id/renew with an x402 payment ($0.25, USDC on Base or Arbitrum One).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_idYes
agent_walletNodev mode only
validity_daysNo
idempotency_keyNo
revocation_signatureYes

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

B3.3/5.0
Behavior1/5

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

The annotations declare openWorldHint=false, but the description explicitly says it is monetized via x402, requires an external POST to https://agent-embassy.fly.dev/v1/agent-id/renew, and involves a $0.25 USDC payment on Base or Arbitrum One. This is a direct contradiction with the closed-world annotation, so the behavioral transparency score is 1.

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 three sentences, front-loaded with purpose, then auth prerequisite, then endpoint and payment details. Every sentence earns its place, though 'paid tool, not free' and 'x402 payment' are slightly redundant, preventing a 5.

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 endpoint, auth requirements, payment amount, and renewal behavior are all stated, and an output schema exists, so return values need no explanation. However, optional parameters remain under-described, and the openWorldHint contradiction leaves an unresolved behavioral inconsistency that reduces completeness.

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 20%, so the description must compensate, but it only meaningfully contextualizes revocation_signature via the signature requirement and hints at validity_days through 'new expiry'. agent_id is self-evident, yet idempotency_key and validity_days constraints remain under-specified.

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: renew an Agent ID, issue a fresh Agent ID with the same identity chain, and retire the old one. This clearly distinguishes it from sibling tools like agentid_issue, agentid_revoke, and agentid_verify.

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?

It tells the agent this is for renewing before expiration, requires the same principal-or-Embassy signature as retiring, and is a paid tool. It does not explicitly name sibling alternatives or give an exclusionary 'do not use for X' rule, so it falls just short of perfect guidance.

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