Skip to main content
Glama

corpusAI Cloud Pricing

GPU models

gpu_models
Read-onlyIdempotent

Free. GPU models with rental quotes, and which providers quote them. Normalised model names (use verbatim as gpu), number of providers quoting each, quote counts, first/last snapshot day, the lowest observed USD per GPU-hour, and which hyperscaler spot instance families map to the model.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior4/5

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

Annotations already establish readOnly, idempotent, and non-destructive behavior. The description adds meaningful context beyond that: the tool returns normalized model names, quote aggregation metrics, observation time windows, and hyperscaler spot mappings. No contradiction with annotations exists.

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 compact and dense, with the core purpose front-loaded and the field list following in one sentence. The standalone 'Free.' is slightly abrupt but not wasteful; every sentence 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?

With no output schema, the description carries the burden of describing return contents, and it does so thoroughly: model names, provider counts, quote counts, snapshot range, lowest price, and spot mappings. It does not mention ordering or pagination, but with zero parameters that is a minor gap for a read-only reference 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?

The input schema has zero parameters, so the baseline is 4. The description's mention of normalized model names and 'use verbatim as `gpu`' adds useful downstream context even though there is no schema parameter to document.

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 identifies the resource (GPU models) and the exact contents: rental quotes, provider counts, snapshot dates, lowest USD per GPU-hour, and hyperscaler spot mappings. It lacks an explicit verb like 'list' or 'get', but the scope is clear and distinguishable from sibling quote/history tools.

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

Usage Guidelines2/5

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

There is no explicit statement about when to use this tool versus siblings like gpu_quotes or gpu_snapshot. The note 'use verbatim as `gpu`' is a downstream usage hint rather than a when-to-use guideline, and no alternatives or exclusions are mentioned.

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.

Resources