Skip to main content
Glama

The Aggregate — LLM benchmark aggregate

Search models

search_models

Find ranked models by (partial) name or provider. Returns rank, Elo and the model page URL. One row per model by default, fused across reasoning-effort settings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (1-25, default 10).
queryYesModel or provider name fragment, e.g. "opus" or "deepseek".
include_variantsNoReturn each reasoning-effort variant separately (e.g. "Claude Opus 4.6 (High)") instead of one fused row per model. Default false.

TDQS

A4/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses return values (rank, Elo, URL) and the default fusion behavior across reasoning-effort settings, which adds meaningful context beyond the schema. However, it does not mention any potential limitations or side effects, but for a read-only search this is acceptable.

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 three short sentences that front-load the main purpose, then enumerate return values and default behavior. Every sentence adds information and there is no fluff or repetition.

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?

For a search tool with three well-documented parameters and no output schema, the description covers the essential aspects: what it does, what it returns, and its default variant handling. It lacks guidance on when to use it relative to siblings, but the tool is simple enough that this is a minor gap.

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 (query, limit, include_variants) are already documented. The description adds only minor context (e.g., 'fused across reasoning-effort settings') that is essentially a paraphrase of the include_variants schema description, so it provides little additional meaning.

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 uses a specific verb ('Find') and resource ('ranked models'), and specifies the search dimensions (partial name or provider). It clearly distinguishes from sibling tools like get_leaderboard and search_benchmarks by focusing on model search.

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?

The description implies use when searching for models by name or provider but provides no explicit guidance on when to prefer this over sibling tools like get_leaderboard or get_model. No exclusions or alternative tool references are given, so usage context remains implicit.

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

A4.1/5.0
Disambiguation5/5

Each tool serves a unique purpose: general info, model comparison, benchmark details, leaderboard, model details, prediction game, and two search tools. No overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern (e.g., about_the_aggregate, compare_models, get_benchmark). No deviations.

Tool Count5/5

8 tools is an appropriate number for a benchmark aggregation server, covering all necessary functionality without being excessive or sparse.

Completeness5/5

The tool set covers all major operations for the domain: information, comparison, leaderboard, search, and prediction. No obvious gaps for a read-only aggregate service.

Resources