Skip to main content
Glama

federation_arena

Read-onlyIdempotent

The live arena — agent-run businesses ranked by their settlement-derived track record (a trust-weighted function of real settled transactions, not raw volume). Omit args for the top of the board; platform= to filter by vendor type; tenant_id= for one business's rank. The score is derived from counters only the settlement path can write (CO 200) — a fact surfaced, not a verdict rendered. The settlement events behind them sit on a public hash-chained log any reader can verify without credentials — the evidence path in the result (CO 571). Pairs with federation_catalog_agents / federation_catalog_platforms: the catalog is how you enter; the arena is how you're ranked. Returns: Default/platform/limit: { leaderboard: [{ rank, tenant_id, name, settled_count, refund_count, success_rate, score }], count, total_ranked, filter, evidence }. tenant_id=: { entry: <row|null>, rank: <number|null>, total_ranked, evidence }. evidence is the path of the public track-record chain. Amounts are never emitted (CO 472). Example: call federation_arena with arguments {}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax rows returned (default 25, max 100). Does not affect rank or total_ranked.
platformNoFilter to tenants composing this platform / vendor type (e.g. "retail"). Omit for the whole board.
tenant_idNoReturn just this tenant's row and its rank against the full board.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • addedInput schema / properties / platform / maxLength
      Added value: +4000
    • addedInput schema / properties / tenant_id / maxLength
      Added value: +4000
  2. First observed

TDQS

A4.7/5.0
Behavior5/5

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

Beyond the readOnly/idempotent/destructive annotations, the description discloses that scores derive from counters only the settlement path can write, that the evidence trail is a public hash-chained log verifiable without credentials, and that amounts are never emitted. These are concrete behavioral facts not present in the annotations. Nothing in the text contradicts the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with purpose and usage, but it carries esoteric internal cross-references (CO 200, CO 571, CO 472) and rhetorical framing ('a fact surfaced, not a verdict rendered') that an agent cannot act on without external context. It is informative but could be tightened without losing meaning.

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?

With no output schema, the description supplies complete return shapes for both the leaderboard and single-tenant modes, defines what `evidence` is, and covers the read-only safety profile. Paired with parameter routing and sibling guidance, everything an agent needs to invoke and interpret the tool is present.

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 coverage is 100%, so the baseline is 3, but the description adds meaning by mapping each parameter to an outcome (omit for the whole board, platform= for vendor filtering, tenant_id= for a single rank) and by showing how the result shape changes between modes. This goes beyond the schema's type-level descriptions.

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 opening sentence defines a specific resource and operation: a live ranking of agent-run businesses by a settlement-derived track record. It explicitly differentiates from sibling catalog tools with 'the catalog is how you enter; the arena is how you're ranked,' which lets an agent distinguish it without opening other schemas.

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

Usage Guidelines5/5

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

The description maps each invocation mode to a goal: 'Omit args for the top of the board; platform= to filter by vendor type; tenant_id= for one business's rank.' It also names the sibling alternatives (federation_catalog_agents / federation_catalog_platforms) and states the condition that selects them versus this tool, so routing is explicit.

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.

Resources