Skip to main content
Glama

azeth_get_registry_entry

Retrieve a participant's registration details from the trust registry by token ID or smart account address, including capabilities and reputation.

Instructions

Look up a specific participant on the trust registry by token ID or smart account address.

Use this when: You know a specific agent/service address or token ID and want to see their registration details, capabilities, and reputation.

Provide EITHER tokenId OR address (at least one required). If address is provided, it is resolved to a token ID via on-chain lookup.

Returns: Full registry entry including name, description, entity type, capabilities, endpoint, and weighted reputation score.

This is read-only and safe to call at any time.

Example: { "address": "0x1234..." } or { "tokenId": "5" }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainNoTarget chain. Defaults to AZETH_CHAIN env var or "baseSepolia". Accepts "base", "baseSepolia", "ethereumSepolia", "ethereum" (and aliases like "base-sepolia", "eth-sepolia", "sepolia", "eth", "mainnet").
tokenIdNoERC-8004 token ID of the participant to look up.
addressNoSmart account address of the participant. Resolved to tokenId on-chain.
Behavior4/5

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

Good: No annotations provided, so description carries full burden. Discloses 'read-only and safe', on-chain resolution behavior for addresses, and detailed return structure (name, capabilities, reputation score). Missing error behavior or rate limit disclosures.

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?

Excellent: Well-structured with clear logical sections (Purpose, Usage, Input guidance, Returns, Safety, Example). Front-loaded with core purpose. No redundant text; every sentence adds unique value beyond the schema.

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?

Strong for complexity level: No output schema exists, but description compensates by documenting all return fields. Covers all 3 parameters with chain aliases noted. Would benefit from error case documentation (e.g., 'not found' handling).

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

Parameters4/5

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

Strong: Schema coverage is 100%, but description adds critical semantic constraints beyond schema—the XOR requirement ('Provide EITHER...') and address resolution logic. Includes concrete JSON examples that clarify expected formats.

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?

Excellent: States specific verb 'Look up' + resource 'participant on the trust registry' + exact identifiers 'token ID or smart account address'. Clearly distinguishes from sibling discovery tools by emphasizing 'specific participant' lookup vs broad discovery.

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?

Strong: Contains explicit 'Use this when' clause defining the specific scenario (known address/token ID seeking details). States parameter constraint 'EITHER...OR (at least one required)'. Lacks explicit 'when not to use' or named alternative siblings (e.g., vs discover_services).

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/azeth-protocol/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server