Skip to main content
Glama

index_stats

AgentFlow coverage stats: wallets tracked, agents labeled, hubs excluded, authorized x402 payers, transfers in the live window, last indexed block.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

B3.3/5.0
Behavior3/5

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

With no annotations, the description bears the full burden of disclosing behavioral traits. It does not state side effects (though likely none), required permissions, or data freshness. The list of stats provides some transparency about output content, but lacks details about real-time vs. cached behavior.

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, well-structured sentence that front-loads the core purpose ('AgentFlow coverage stats') and then lists relevant items. No excess verbiage or repetition.

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

Completeness2/5

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

Despite no output schema, the description only names categories without specifying their format (e.g., counts, lists, booleans). An agent needs to know whether 'wallets tracked' is a number or a list of wallet IDs. This lack of structure reduces completeness.

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 schema coverage is effectively 100%. Baseline is 4, and the description adds no parameter info, which is acceptable as none is needed. The description does not hinder understanding of inputs.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly indicates the tool returns 'AgentFlow coverage stats' and lists specific categories such as wallets tracked and agents labeled. However, it lacks an active verb like 'retrieve' or 'get', which would strengthen clarity. It is sufficiently specific to distinguish from sibling tools like real_agent_index or agent_pulse.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus the siblings. It does not mention any prerequisites, context where it is appropriate, or alternatives. The agent must infer usage from the listed stats alone.

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.

TDQS

A3.6/5.0
Disambiguation4/5

Tools have distinct purposes: agent_pulse for active agent counts, counterparty_risk for wallet risk scores, screen_wallet for sybil detection, etc. However, counterparty_risk and screen_wallet both analyze wallets, causing slight overlap that descriptions mitigate.

Naming Consistency3/5

All tool names use snake_case, but they mix patterns: verb_noun (screen_wallet), noun_noun (index_stats), and compound nouns (real_agent_index). No consistent verb_noun pattern.

Tool Count5/5

6 tools is a well-scoped set for an analytics server covering agents, wallet risk, and settlement data without being over or under.

Completeness4/5

Covers core aspects: macro metrics, per-wallet analysis, and settlement tapes. Missing a tool to list all known agents, but overall coverage is solid for transparency on AI agent activity.

Resources