Skip to main content
Glama

erc8004__list_registrations

Retrieve all imported ERC-8004 on-chain identity registrations from the bridge.

Instructions

[erc8004 — MCP-native bridge to ERC-8004 on-chain identity] List all imported ERC-8004 registrations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.1.12
  2. Removedv0.1.11
  3. Changed2 schema fields changedv0.1.9
    • addedInput schema / required
      Added value: +[]
    • removedInput schema / title
      Removed value: -"list_registrationsArguments"
  4. Changed2 schema fields changed
    • removedInput schema / required
      Removed value: -[]
    • addedInput schema / title
      Added value: +"list_registrationsArguments"
  5. Changed2 schema fields changed
    • addedInput schema / required
      Added value: +[]
    • removedInput schema / title
      Removed value: -"list_registrationsArguments"
  6. First observed

TDQS

A3.7/5.0
Behavior2/5

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

No annotations provided, so description bears full burden. It states it lists 'all' imported registrations, implying no filtering. However, it does not disclose any behavioral traits like authentication, rate limits, or output format.

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?

Very concise. Two short sentences with no fluff. The prefix '[erc8004 — ...]' is slightly redundant but does not detract. Every word earns its place.

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?

Given zero parameters and no output schema, the description is minimally adequate. It does not mention pagination, sorting, or any limitations, but for a simple list tool it is sufficient.

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?

Schema has zero parameters (100% coverage). Description adds meaning by specifying scope ('all imported'), which is useful. Baseline for 0 params is 4; description provides no param details but clarifies intent.

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?

Description clearly states 'List all imported ERC-8004 registrations.' Verb 'List' and resource 'imported ERC-8004 registrations' are specific. Distinguishes from sibling tools like erc8004__import_registration (import) and erc8004__resolve_agent (resolve).

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?

No explicit guidance on when to use or when not to use this tool versus alternatives. For a simple list with no parameters, it's adequate but lacks any mention of alternatives or context.

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

Deploy Server

Other Tools