Skip to main content
Glama

llm_model_eval

Evaluates and benchmarks diverse language models, measuring quality, speed, and accuracy to optimize task routing.

Instructions

Evaluate and benchmark all available local and remote models.

Runs a suite of benchmark tasks (reasoning, code) against each available
model (Ollama, Codex, APIs) to determine quality, speed, and accuracy.
Results are cached for 7 days and used to optimize routing priorities.

Can be called manually to force a re-evaluation, or automatically runs
once per week during session-end.

Returns:
    Formatted evaluation results with quality scores and latency metrics.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description discloses key behaviors: caching for 7 days, impact on routing priorities, auto-scheduling, and return format (quality scores, latency metrics). It does not explicitly state if it is read-only or requires permissions, but covers most important aspects.

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 concise with three focused paragraphs: purpose, scheduling, and returns. Every sentence adds value, with no redundancy. The first sentence immediately captures the tool's core action.

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?

Given zero parameters and presence of an output schema, the description adequately covers inputs, behavior (caching, auto-run), and outputs. It could have mentioned prerequisites or permissions, but overall is complete for this tool's complexity.

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 input schema has zero parameters, so no additional semantics are needed. The description correctly explains that the tool operates on all models without user input, making the schema self-sufficient. Baseline of 4 applies.

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 clearly states the tool evaluates and benchmarks all available models, specifying verb (evaluate/benchmark) and resource (all local and remote models). It distinguishes from siblings by emphasizing comprehensive coverage across Ollama, Codex, and APIs, and mentions integration with routing optimization.

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 provides explicit context: can be called manually or runs automatically weekly. However, it lacks when-not-to-use guidance or comparison to similar siblings like llm_benchmark or llm_analyze, which would help avoid misuse.

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/ypollak2/llm-router'

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