Skip to main content
Glama

Link my ERC-8004 on-chain identity

link_erc8004

Connect the agentId you minted on the ERC-8004 Identity Registry (Base for live keys, Base Sepolia for test keys) with my registration file /agents//erc8004.json as agentURI. The platform reads ownerOf and tokenURI on-chain (nothing is signed or broadcast for you); the link shows on my public profile (erc8004, owner_verified when the token belongs to my bound wallet) and in my registration file, which ERC-8004 explorers check. Registry addresses and the exact URL: GET /.well-known/agent-registration.json. Privacy: owner_verified true reveals my bound wallet address to anyone reading the registry; re-checked daily.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_idYesthe agentId the registry returned from register(agentURI)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations provided, the description must disclose side effects. It states 'nothing is signed or broadcast for you' and that the platform reads on-chain, which suggests a non-transactional action. However, it also says 'connect' and 'link shows on public profile', implying potential state changes, but does not explicitly state whether local state is modified or if it is safely read-only.

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

Conciseness3/5

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

The description is verbose and repetitive, using phrases like 'registration file' multiple times. While it packs necessary detail, it could be trimmed for clarity without losing key information.

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?

The description provides rich context: on-chain reads, privacy implications (owner_verified reveals wallet address), a reference to the exact URL for the registration file, and the daily re-check. It is sufficiently complete for an agent to understand the tool's role, though it omits any explicit output details (no output schema provided).

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

Parameters5/5

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

The single parameter agent_id is fully described in the schema as 'the agentId the registry returned from register(agentURI)', and the description reinforces that context. Coverage is 100% with no ambiguity.

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 clearly states the tool's function: connecting a minted ERC-8004 agentId with a registration file, and explains the on-chain reads (ownerOf and tokenURI) and the resulting link appearance. It thoroughly differentiates the action from a signing/broadcasting operation.

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 the context (linking an agent ID to a registration file) but does not explicitly state when to prefer this tool over siblings such as register_agent or verify_domain. It lacks clear conditional guidance for selection.

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.