Skip to main content
Glama

AI Model Radar

List hardware profiles

list_hardware

Curated GPU and Mac profiles the fit engine knows — ids, memory, usable memory after margins, bandwidth. Use an id with find_fit.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations, the description carries full burden. It discloses that profiles are 'curated', scoped to what the fit engine knows, and lists the exact data dimensions returned, including usable memory after margins. For a zero-parameter list operation, this adequately sets expectations without hiding important behavior.

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 two short sentences with no filler. It front-loads the resource and key fields, then adds the actionable follow-up instruction. Every clause contributes useful information.

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 simple zero-parameter list tool with no output schema, the description covers the scope (GPU/Mac), the returned fields, and the intended usage with find_fit. It omits formatting and pagination details, but those are not essential for this operation.

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 tool has zero parameters, so the schema is trivially complete and the description has nothing to add at the parameter level. The baseline of 4 for zero-parameter tools applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states that the tool provides curated GPU and Mac profiles known to the fit engine, with fields like ids, memory, usable memory, and bandwidth. The verb is implied by the title and the resource is unambiguous, but it does not explicitly differentiate from sibling tools such as gpu_prices or 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 Guidelines3/5

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

The description gives a clear follow-up instruction: 'Use an id with find_fit', which tells the agent what to do after listing. However, it does not explicitly state when to prefer this tool over the alternatives or provide exclusions, leaving some usage context to inference.

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