Skip to main content
Glama

List hosting providers

list_providers

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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.2/5.0
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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.2/5.0
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.

Resources