Skip to main content
Glama

llm_leaderboard

Live LLM arena leaderboards (text/code/agent/document/vision/search). Rows carry arena score+votes, rank delta vs the previous daily snapshot, OpenRouter context length and USD-per-1M-token pricing. Agent board: score = net-improvement %, votes = sessions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
boardNo
limitNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations, the description carries the disclosure burden. It adds useful behavioral detail: the data is 'live', rows relate to the previous daily snapshot, and agent-board scoring is defined. However, it does not cover defaults, sorting, pagination, or how fresh the data is beyond the word 'live'.

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?

Two terse sentences front-load the resource and then pack row fields and the agent-board exception efficiently. Every sentence earns its place with no filler.

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

Completeness3/5

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

Without an output schema or annotations, it still gives the row shape and one board-specific exception, which is enough for basic use. Missing default behavior for `board` and `limit`, response ordering, and any pagination caveats keep it from fully standing alone.

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 coverage is 0%, so the description must compensate. It does map the board values to six domains and explains the agent-board score/votes semantics, but it never explains the `limit` parameter (beyond naming it) or what happens when `board` is omitted.

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 names a concrete resource (LLM arena leaderboards) and enumerates the six board categories plus the metrics each row carries, making the tool's function clear. It stops short of an explicit verb like 'fetch' or 'list', so it is not maximally instructive.

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 intended usage is clear from context: any request for LLM arena rankings, arena scores/votes, rank changes, or model context/pricing. It does not explicitly say when not to use it or name alternatives, but the subject matter is distinct enough from the unrelated siblings.

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