Skip to main content
Glama

Server Details

Live VPS, bare metal and GPU hosting prices across ~75 providers, rescraped daily.

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
URL
Tool DescriptionsA

Average 3.9/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a clearly distinct purpose: searching offers, retrieving a specific offer's detail, and listing providers. No overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent lowercase verb_noun pattern: get_offer, list_providers, search_offers. The naming style is uniform and predictable.

Tool Count5/5

Three tools is well-scoped for a offers-focused server. Each tool earns its place and together they cover the core user workflows without unnecessary bloat.

Completeness5/5

The surface covers searching live offers, retrieving full offer details, and listing providers, which fully supports the apparent read-only purpose of the server. No obvious missing operations for this domain.

Available Tools

3 tools
get_offerGet one offer in fullAInspect

Full detail for a single offer by its id, including the claim_url the human should open.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe offer id, as returned by search_offers.
Behavior3/5

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

With no annotations provided, the description carries the full behavioral disclosure burden. It does disclose a valuable usage nuance: the claim_url is meant for the human to open, not the agent. It does not mention error behavior or confirmed read-only semantics, but for a simple get-by-id tool this is a reasonable level of transparency.

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 a single sentence with no redundancy. It front-loads the core action ('full detail for a single offer') and adds the key extra detail (claim_url) without wasting words.

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 one-parameter, no-output-schema tool, the description covers the essential behavior and the important claim_url detail. The schema's reference to search_offers supplies the needed cross-tool context, but the description itself could have explicitly stated that search_offers should be used first to obtain the id.

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?

The input schema has full coverage for the single id parameter with a description explaining it is 'the offer id, as returned by search_offers.' The tool description only reiterates 'by its id' and adds no new parameter-level semantics, so the schema carries the burden and the baseline of 3 is appropriate.

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 the tool returns 'full detail for a single offer by its id,' which identifies both the action and the resource. It also emphasizes 'full detail' and 'single offer,' helping distinguish it from search_offers and list_providers, though it does not explicitly name those siblings.

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 this tool is for fetching a single offer's complete data, and the schema's id parameter description ('as returned by search_offers') provides a practical workflow hint. However, the description itself does not explicitly state when to use it versus alternatives or when not to use it.

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

list_providersList hosting providersAInspect

Every provider in the catalogue, with a signup_url for each. Use this when the question is about a brand rather than a specific plan.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior3/5

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

With no annotations, the description carries the full burden. It discloses that the result is an exhaustive catalogue ('Every provider') and that each entry includes a signup_url, which is useful. However, it does not mention potential response size, ordering, pagination, authentication, or rate limits. This is adequate for a simple read-only list but not richly transparent.

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?

Two concise sentences with no filler. The core behavior is stated first, and the usage guidance follows immediately. Every sentence earns its place.

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 zero-parameter, no-output-schema list tool, the description covers the return contents and when to use it. It lacks details like whether provider IDs are included or whether pagination exists, but those are minor omissions given the tool's simplicity.

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 is empty and schema description coverage is 100%. With zero parameters, there is nothing for the description to explain; the baseline of 4 applies.

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 uses a specific verb ('list') with a clear object ('every provider in the catalogue') and adds the returned field 'signup_url'. It also distinguishes itself from plan-focused tools by stating this is for brand-level questions 'rather than a specific plan.'

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?

It explicitly states when to use the tool: 'Use this when the question is about a brand rather than a specific plan.' This provides clear context and an exclusion, though it does not directly name the sibling tools as alternatives in the description.

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

search_offersSearch VPS, bare metal and GPU hosting offersAInspect

Search live hosting offers across ~75 providers by RAM, vCPU, price, country and type. Prices are rescraped daily, so they are at most a day old. Returns a claim_url for each offer that the HUMAN should open in their browser to sign up.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoHow many offers to return, 1 to 50. Defaults to 20.
countryNoISO 3166-1 alpha-2 country code the server must be available in, e.g. DE.
min_vcpuNoMinimum vCPU count.
min_ram_gbNoMinimum RAM in GB.
offer_typeNoRestrict to one product category.
max_price_usdNoMaximum price per month in USD.
dedicated_vcpuNoOnly offers with dedicated (not shared) vCPU.
Behavior4/5

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

No annotations are provided, so the description carries the burden of behavior disclosure. It adds two valuable traits beyond a plain search: prices are rescraped daily (so at most a day old) and the returned `claim_url` is intended for a HUMAN to open in their browser — a clear boundary preventing the agent from trying to follow that URL itself. A fuller disclosure might mention pagination or sort order, but the key behavioral risks are covered.

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 consists of three short, information-dense sentences: purpose and scope in sentence one, data freshness in sentence two, and the human-action requirement in sentence three. There is no fluff; each sentence earns its place and the main verb is front-loaded.

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?

Because there is no output schema, the description should convey what the tool returns. It does state that each offer comes with a `claim_url` for the human to open, which is the most operationally critical part of the response. It does not fully describe the remaining fields of an offer or how results are ordered, so an agent must infer some return details, but this is not a blocker for correct invocation.

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?

All seven parameters have detailed descriptions in the schema, including an enum for `offer_type` and a default for `limit`. The tool description only restates the general filter categories (`RAM, vCPU, price, country and type`) without adding any per-parameter nuances. With schema coverage at 100%, 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 names a specific verb (`Search`) and resource (`live hosting offers across ~75 providers`) and enumerates the filter dimensions (`RAM, vCPU, price, country and type`). It also mentions the `claim_url` return, which helps an agent understand the tool's purpose at a glance and clearly distinguishes it from the single-offer `get_offer` and the provider-listing `list_providers` siblings.

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 the tool is for searching and filtering offers, which is a different use case from retrieving one offer (`get_offer`) or listing providers (`list_providers`). However, it never explicitly says 'use this instead of X when you need Y' or gives any exclusion criteria, leaving the routing decision to inference from the sibling names rather than stated guidance.

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

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Global price benchmarking for AI inference across 2,600+ SKUs from 47 vendors. Query live pricing, market indexes, and model specs via 8 tools. Free tier available.
    8
    121
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Live LLM API pricing: current token prices, model comparisons, cheapest-model lookups, and The LLM Price Index for 150+ models across 20+ providers, re-verified daily. No API key required.
    5
    1
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Anchor AI FinOps to real, live cloud pricing. AWS, GCP & Azure — public list prices and enterprise negotiated rates. No credentials needed for AWS and Azure public pricing.
    15
    3
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Search and compare free tiers, credits, and pricing changes across 1,500+ developer tools. 8 MCP tools for infrastructure decisions, cost estimation, and vendor comparison.
    4
    28
    16
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources