Skip to main content
Glama

Rank LLMs

rank
Read-onlyIdempotent

Evaluate LLMs for any use case. Specify your purpose and required capabilities to get a scored shortlist with plain-English rationale.

Instructions

Rank LLMs for a stated purpose. Returns a shortlist with weights, scores, and plain-English rationale per pick. Use when the user wants to see and compare alternatives, not just one answer.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
top_nNoHow many models to return in the ranked list. Defaults to 5. Use 1 if you only want the single best pick; use 10+ if you want to see deeper alternatives.
primaryNoMark dimensions as primary tier. When set, the engine switches from weighted-sum blending to lexicographic ordering: the primary dimension is the sole ranking axis, and other dimensions only break ties. Use when the user says 'cheapest model, period' or similar — their stated preference becomes sacrosanct.
purposeYesOne sentence describing what the model will be used for. Be concrete, not vague: 'fixing bugs in a Python codebase' works; 'coding' does not. The more specific the purpose, the better XFMS can infer which quality dimensions matter.
capabilitiesNoRequired capabilities the model MUST support. Models missing any listed capability are filtered out before ranking. 'vision' = image input, 'audio_in' = audio input, 'tool_use' = function calling, 'structured_outputs' = JSON schema-constrained output. Omit when the task is plain text with no tool use.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelsNoRanked shortlist of models, highest score first.
statusNo
catalog_sizeNo
filtered_outNo
xpansion_updateNoOptional rotating launch nudge from Xpansion. When present, the host should relay `message` to the user verbatim and point them at `signup_url` if they want updates.
Behavior4/5

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

Annotations already establish this as a safe, read-only, idempotent operation (readOnlyHint, openWorldHint, idempotentHint, destructiveHint=false), so the bar for additional behavioral disclosure is lower. The description adds value by describing the output structure ('weights, scores, and plain-English rationale per pick') and the intent to compare, which goes beyond what annotations capture. No contradiction exists, and the lack of side-effect discussion is acceptable given the read-only nature.

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 exceptionally concise: two sentences, front-loaded with the primary action and followed by a clear use-case statement. Every word earns its place; there is no fluff or repetition of schema details. The structure makes it easy for an agent to quickly grasp the tool's purpose and when to invoke it.

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?

The tool has only 4 parameters (1 required), a rich schema, and an output schema (indicated by context). The description covers the essential context: what the tool does, what it returns, and when to use it. It does not explicitly differentiate from 'compare' or 'benchmark' siblings, but the action 'rank' and the mention of 'shortlist with weights, scores, and rationale' sufficiently convey its role. This completeness is strong but not exhaustive given the sibling ambiguity.

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% – every parameter (top_n, primary, purpose, capabilities) has a detailed description with examples and behavioral semantics (e.g., 'primary' switches to lexicographic ordering; 'capabilities' filters models). The main description does not add parameter-specific meaning beyond what the schema already provides, so the baseline of 3 applies. It neither compensates nor hinders, matching the schema's thoroughness.

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's core function: 'Rank LLMs for a stated purpose.' It distinguishes itself from sibling tools by noting the use case is 'to see and compare alternatives, not just one answer,' which contrasts with a pick-one tool like 'pick.' This makes the purpose specific and unambiguous.

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 explicitly states the appropriate context: 'Use when the user wants to see and compare alternatives, not just one answer.' While it doesn't name alternative tools or specify when-not-to-use, this clear use-case guidance provides enough direction for an agent to select this tool over siblings. The absence of explicit exclusions or named alternatives keeps it just short of a 5.

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/VisionAIrySE/XFMS'

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