Skip to main content
Glama

ArcID

Get registry stats

get_registry_stats
Read-onlyIdempotent

Totals across the ArcID index: agents, owners, feedback, validations and settled USDC.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, destructiveHint=false and openWorldHint, so the safety profile is fully covered elsewhere. The description adds real content by disclosing which aggregate dimensions exist, but says nothing about index freshness/staleness or the shape of the totals, which matters for a stats endpoint.

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?

A single front-loaded sentence that packs the resource and the full metric list with no filler. Nothing is wasted and nothing is buried.

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?

With no output schema, the description carries the burden of describing returns, and enumerating the five counted categories fills most of that gap. It stops short of stating the response structure or units beyond USDC, but for a no-argument stats call it is nearly complete.

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?

Zero parameters, so the baseline is 4 per the rubric. The description correctly indicates this tool takes no filtering input — the totals are unconditional — which is the only parameter-level fact available.

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 the specific resource (the ArcID index) and enumerates exactly what aggregates it returns: agents, owners, feedback, validations and settled USDC. That distinguishes it clearly from siblings like get_agent_feedback or get_indexer_health, which return per-entity data or operational health.

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?

Usage is only implied: the enumeration of registry-wide totals suggests an overview/dashboard role, but there is no explicit when-to-use statement, no mention of when to prefer it over search_agents or get_indexer_health, and no prerequisites. For a zero-parameter summary tool, implied usage is acceptable but leaves a gap.

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.