Skip to main content
Glama

audit_leaderboard

Read-onlyIdempotent

Audit leaderboard results to determine if the #1 ranking is statistically real, using bootstrap confidence intervals for each model's rank.

Instructions

Audit a whole leaderboard from per-item results. results maps each model to the list of item-ids it solved (or a {item: score} dict). Returns rank confidence intervals + whether #1 is statistically real.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
n_bootNoBootstrap iterations for the rank confidence intervals.
api_keyYesYour metering key — any stable string identifying you; it tracks your free-tier calls and prepaid credit balance.
resultsYesPer-model results: each model name maps to the list of item-ids it solved, or a {item: score} dict.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
verdictNoWhether #1 is statistically real + rank CIs.
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds behavioral context by explaining that results are interpreted as per-item solved sets and that the tool computes bootstrap-based confidence intervals (via n_boot), which goes beyond 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.

Conciseness5/5

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

The description is two sentences, front-loaded with the primary purpose in the first sentence, and contains no filler. Every clause adds value—input format, output, and the nuance of the 'results' parameter are all covered without waste.

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?

Given the tool's moderate complexity, the presence of a full output schema, and annotations that cover safety, the description is complete. It explains what the tool does, what input it expects, and what it returns. The agent can confidently invoke it without needing additional clarification.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so all three parameters (n_boot, api_key, results) are already documented. The description reinforces the 'results' format ('list of item-ids or {item: score} dict') but does not add new semantic details beyond what the schema provides. Baseline 3 is appropriate.

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 opens with 'Audit a whole leaderboard from per-item results,' a specific verb ('audit') and resource ('leaderboard') that clearly differentiates this from sibling tools like verify_subset_win or verify_model_gap. It also states the concrete outputs—'rank confidence intervals + whether #1 is statistically real'—making the tool's purpose unmistakable.

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

Usage Guidelines4/5

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

The description clearly indicates the tool is for auditing a whole leaderboard, not for individual subset checks or gap verifications. It lacks an explicit when-not-to-use statement or named alternatives, but the context is clear enough that an agent can distinguish it from the sibling verification tools.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ipezygj/numguard'

If you have feedback or need assistance with the MCP directory API, please join our Discord server