Skip to main content
Glama

RCO-A2A - Regulatory Compliance Objects

List issuers

list_issuers
Read-onlyIdempotent

Return the signed consortium issuer registry document, verbatim as published at consortium-10060.org/issuers.json.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
key_idYes
issuersYes
updatedYes
signatureYes
trust_anchorNo
registry_versionYes
verification_urlYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed5 schema fields changed
    • removedInput schema / additionalProperties
      Removed value: -false
    • removedOutput schema / additionalProperties
      Removed value: -false
    • removedOutput schema / properties / issuers / items / additionalProperties
      Removed value: -false
    • removedOutput schema / properties / issuers / items / properties / keys / items / additionalProperties
      Removed value: -false
    • removedOutput schema / properties / trust_anchor / additionalProperties
      Removed value: -false
  2. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare read-only, idempotent, and non-destructive behavior. The description adds meaningful behavioral context: the result is the signed registry document, returned verbatim, and sourced from a specific URL. This goes beyond the annotations and helps set expectations about content fidelity.

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 a single, front-loaded sentence with no filler. Every element—return behavior, registry scope, signed status, verbatim fidelity, and source URL—earns its place. It is efficiently structured and immediately actionable.

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

Completeness5/5

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

For a parameterless, read-only tool with an output schema and rich annotations, the description is fully complete. It tells the agent exactly what will be returned and from where, leaving no critical operational gaps.

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?

The tool has zero parameters, so the baseline is 4. The description does not need to explain parameter meanings, and none are present in the schema. No parameter-related gap exists for the description to fill.

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 names a specific verb and resource: it returns the signed consortium issuer registry document, and further specifies 'verbatim as published at consortium-10060.org/issuers.json'. This clearly differentiates it from sibling tools like list_rule_sets or get_record.

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 when to use it—when an agent needs the exact issuer registry document—but it does not explicitly state when not to use it or mention alternatives. There are no exclusions or comparison to siblings, so usage guidance is only inferred.

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.