Skip to main content
Glama

Server Details

Which open models fit your GPU or Mac, measured. Model momentum, GPU rental prices, weekly pick.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL

TDQS

A4.1/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clearly distinct role: hardware discovery, fit analysis, pricing, trend rankings, and the weekly editorial pick. The only possible overlap between find_fit and weekly_pick is resolved by one being interactive and the other being a static published artifact.

Naming Consistency3/5

All names are lowercase snake_case, but the style is mixed: list_hardware and find_fit are imperative verb phrases, while gpu_prices, trending_models, and weekly_pick are descriptive noun phrases. The convention is readable but not strictly consistent.

Tool Count5/5

Five tools is well-scoped for a specialized AI compute radar service. Each tool covers a distinct facet of the domain without redundancy, and the count feels intentional rather than padded or sparse.

Completeness4/5

The set covers the core workflow: discover hardware, check model fit, see pricing, view trending models, and read the weekly pick. A dedicated model-detail or historical-trend endpoint would be a minor useful addition, but the current surface has no dead ends for its stated purpose.

Available Tools

5 tools
find_fitFind models that fit a machineAInspect

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.

ParametersJSON 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.

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.

gpu_pricesGPU rental pricesAInspect

Median verified on-demand rental price per GPU class on Vast.ai (USD per hour), with min/p75 and offer counts, the collection timestamp, and per class the Rent Index: this week's median against last week and against the first week collected, a trend word, and the days excluded as marketplace glitches. The index describes what prices did; it never forecasts.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.1/5.0
Behavior5/5

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

With no annotations provided, the description carries the full transparency burden. It discloses the calculation basis ('this week's median against last week and against the first week collected'), data-quality handling ('days excluded as marketplace glitches'), and a clear limitation ('never forecasts'). This is detailed, non-obvious behavioral context.

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 core metric is front-loaded, and each clause adds a distinct field or caveat. The two-sentence structure is dense but not bloated; the final sentence succinctly prevents misinterpretation. The long first sentence has comma-heavy complexity, so it is not perfectly clean.

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?

For a parameterless report with no output schema, the description specifies the key fields (median, min/p75, offer counts, timestamp), the Rent Index's exact reference periods, the trend word, and excluded glitch days. No critical information for invoking or interpreting the tool is missing.

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 accepts zero parameters, so the description has no parameter semantics to explain. Per the rubric, 0 params earns a baseline of 4; the description appropriately focuses on the output fields and computation rather than inputs.

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 what the tool reports: 'Median verified on-demand rental price per GPU class' and enumerates the accompanying metrics. It lacks an imperative verb like 'returns' or 'lists', but the subject matter is unambiguous and distinct from siblings such as find_fit or list_hardware.

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?

There is no explicit guidance for when to use this tool versus sibling tools. The only usage-relevant statement is the negative constraint 'it never forecasts', which implies historical analysis rather than predictive use, but does not name alternatives or conditions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

list_hardwareList hardware profilesAInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

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.

weekly_pickPick of the weekAInspect

The current pick of the week: one tracked model chosen by a published rule (largest counted Heat Score rise among models that run comfortably on a consumer card of up to 24 GB), with the numbers frozen at selection time, a device-by-device fit ladder and the written report including its caveats. Pass week (e.g. 2026-w37) for a past issue. issue is null until the first issue is published.

ParametersJSON Schema
NameRequiredDescriptionDefault
weekNoISO week label of a past issue, e.g. 2026-w37 (default: the current issue).

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 the full behavioral burden. It discloses that numbers are frozen at selection time, that the output includes a fit ladder and report with caveats, and that issue is null until first publication. It does not mention errors or authentication, but for a read-only retrieval tool, this is sufficient transparent behavior.

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 concise and front-loaded, starting with the purpose and rule, then covering the parameter and null behavior. The run-on first sentence is dense but information-rich. Overall, every sentence earns its place with minimal redundancy.

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 tool with one optional parameter and no output schema, the description covers the return content (fit ladder, report, caveats), the selection rule, and the null edge case. It lacks explicit info about error handling or response format, but these are minor gaps for this kind of tool.

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 coverage is 100% and the parameter description already includes the format, example, and default behavior. The tool description reiterates the parameter usage (pass week for past issue) but adds no new semantic detail beyond what the schema already provides. Baseline 3 is appropriate.

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 returns the pick of the week, a specific model chosen by a published rule, along with fit ladder and report. It distinguishes itself from siblings (find_fit, gpu_prices, etc.) by naming the unique selection rule and the specific resource, making its purpose unambiguous.

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 implies usage for retrieving the weekly pick and explains the parameter for past issues, but it does not explicitly contrast it with sibling tools or state when not to use it. There is no mention of alternatives like gpu_prices or find_fit. The context is clear, but the guidance is not explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 5 tool updates
    • First observedfind_fit
    • First observedgpu_prices
    • First observedlist_hardware
    • First observedtrending_models
    • First observedweekly_pick

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources