Skip to main content
Glama

Recommend an LLM Model

recommend-llm-model
Read-only

Pick a model. Returns a ranked top 3 for one workload under optional constraints, each with a per-constraint satisfied/violated breakdown as the evidence. Use this when the user wants an ANSWER rather than a table — 'what should I use for support tickets under $500 a month'. To browse or filter the whole catalogue instead, use compare-llm-models. Constraints: (monthly budget, minimum ELO, required capability, self-hostability). Returns a top 3 as structured facts — efficiency rank, ELO, list and optimized cost, FinOps flag, volatility, and a per-constraint satisfied/violated breakdown. When nothing satisfies every constraint the query is reported as over-constrained and the nearest misses are returned instead, each carrying the constraint it failed. IMPORTANT: Report the returned facts EXACTLY. The ranking is already computed — do not re-rank, and do not present a near miss as if it satisfied the constraints.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
minEloNoMinimum Chatbot Arena ELO score. Typical range 1000-1500; ~1400 is roughly frontier-class. Models with no ELO score never satisfy this.
opennessNoRequire a self-hostability bucket, derived from the licence: Open source, Open weights, Proprietary, Unknown
volumePresetNoMonthly request volume: 10k, 100k, or 1m. Default: 100k
useCasePresetYesWorkload shape, which sets tokens per request: supportTicket (1.5k in / 500 out), knowledgeQA (2k / 800), meetingSummary (10k / 1.2k, batch-eligible), marketingContent (2.5k / 1.8k), codingTask (3k / 2k), invoiceProcessing (1.5k / 600, batch-eligible), callSummary (2k / 700, batch-eligible), agentWorkflow (6k / 3k).
maxMonthlyBudgetNoMaximum monthly budget in USD at the given volume. Tested against the LIST-price monthly cost, not the caching/batch-optimized cost.
requiredCapabilityNoCapability the model must have: Text, Vision, Code, Reasoning, Agents, Image Gen, Audio

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
errorNo
sourceYes
volumeYes
eloAsOfYes
dataAsOfNo
nearMissesYes
provenanceNo
catalogSizeYes
rankedCountYes
volumeLabelYes
useCaseLabelYes
candidateCountYes
overConstrainedYes
recommendationsYes
roiCalculatorUrlYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added

TDQS

A4.6/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true, but the description adds critical behavioral context beyond that: it details returned fields (efficiency rank, ELO, costs, FinOps flag, volatility, constraint breakdown), explains over-constrained behavior with near misses, and includes a strong warning not to re-rank. No contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

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

The description is moderately sized and front-loaded with the core action. It could be slightly more concise by removing the detailed field list that may be redundant with the output schema, but overall each sentence adds value. The warning is essential but feels slightly expanded.

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 has 6 parameters, full schema coverage, an output schema, and moderate complexity (constraint behavior, over-constrained handling), the description covers all key aspects: input/output, edge cases, constraints, ranking instruction, and sibling differentiation. No gaps remain.

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 baseline is 3. The description adds context about constraints being 'optional' and their role in filtering, but doesn't explain parameter details beyond what the schema already provides (e.g., minElo's range is already described). The description's constraint summary is helpful but not new depth.

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 it returns a ranked top 3 for one workload under optional constraints, with a specific verb ('Pick a model') and concrete resource ('LLM Model'). It distinguishes itself from siblings like compare-llm-models by explicitly contrasting answering vs browsing.

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

Usage Guidelines5/5

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

Explicitly says when to use ('when the user wants an ANSWER') and when to use the sibling tool instead ('To browse or filter the whole catalogue instead, use compare-llm-models'). Provides clear alternatives and usage context.

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.7/5.0
Disambiguation5/5

Each tool serves a clearly distinct purpose: cloud compute pricing, LLM catalogue browsing, side-by-side model comparison, custom cost estimation, and model recommendation. The descriptions provide explicit guidance on when to use each tool, eliminating ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb-noun pattern with hyphens (e.g., compare-compute-pricing, estimate-llm-cost). The verbs are imperative and the nouns clearly describe the object, forming a predictable and readable set.

Tool Count5/5

5 tools is well-scoped for the domain of cloud compute and LLM cost comparison. Each tool earns its place by covering a distinct workflow (browsing, comparing specific models, custom costing, recommendation).

Completeness5/5

The tool surface covers the full spectrum of user needs: compute pricing across providers, LLM catalogue exploration, side-by-side comparisons, arbitrary cost estimation, and recommendation with constraints. There are no obvious gaps for the stated purpose of cost analysis.