Skip to main content
Glama

AI Model Radar

Find models that fit a machine

find_fit

Which tracked models run on a given GPU or Mac: measured GGUF weights + computed context cache + runtime overhead versus usable memory. Returns the best recommendation and every verdict (EXCELLENT/GOOD/TIGHT/OFFLOAD_REQUIRED/NOT_RECOMMENDED/UNKNOWN) with plain-language reasons. Get hardware ids from list_hardware.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kvNoKV-cache quantization (default f16).
modelNoRestrict to one model slug.
contextNoContext length in tokens (default 8192).
hardwareYesHardware id or page slug, e.g. rtx-4090, mac-studio-m3-ultra-96gb.

Schema Changelog

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

  1. First observed

TDQS

A4.5/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, and it does well by disclosing the computation basis and the full set of possible verdicts (EXCELLENT through UNKNOWN) with plain-language reasons. As a read-only analysis tool it implies no side effects, and the absence of mutation behavior is reasonably inferable from 'returns' and 'verdicts'.

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?

Three sentences, every one earning its place: purpose/first sentence, output detail/second sentence, and prerequisite/third sentence. No filler or repetition of schema fields.

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?

Although there is no output schema, the description compensates by enumerating the verdict values and stating that a best recommendation plus reasons will be returned. Inputs, defaults, and hardware-id sourcing are all covered via schema and description, making this complete for an agent to select and invoke the tool.

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?

Schema description coverage is 100%, so the schema already documents each parameter clearly. The description adds extra meaning by linking the context and kv parameters to the measured/computed analysis, and by telling the agent where hardware ids come from (list_hardware), which is beyond what the schema states.

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 opens with a clear, specific question—'Which tracked models run on a given GPU or Mac'—and goes on to name the exact analysis (GGUF weights, context cache, runtime overhead vs. usable memory). This clearly differentiates find_fit from siblings like gpu_prices, list_hardware, and trending_models.

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 makes the core use case obvious: when a user has a target GPU or Mac and wants to know which models fit. It also gives a concrete prerequisite by pointing to list_hardware for obtaining hardware ids, but it does not explicitly state when to avoid this tool or prefer gpu_prices/trending_models.

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 targets a distinct concern: model discovery, hardware profiles, GPU rental pricing, and hardware/model fit analysis. There is no functional overlap, and the documented dependency between list_hardware and find_fit is clear.

Naming Consistency4/5

The names are short, lowercase, and snake_case, with find_fit and list_hardware using clear verb_noun form. gpu_prices and trending_models are noun-phrase names rather than verb-initial commands, creating a minor stylistic deviation, but the intent remains predictable.

Tool Count5/5

Four tools is well-scoped for an informational radar service; each tool covers a necessary query without redundancy or bloat. The set feels complete without being overwhelming.

Completeness4/5

The tool set covers the main workflows: viewing trending models, checking hardware profiles, obtaining GPU prices, and evaluating model fit on specific hardware. Minor gaps exist around detailed single-model or single-hardware lookups, but agents can work around these using the provided list and ranking tools.

Resources