Skip to main content
Glama

get_provider

A provider's products and sources, or with product, that product's plans, rate tables, limits, capabilities, price history and the official source of each fact.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
productNoProduct slug for full plans and rates, e.g. "zyte-api"
providerYesProvider slug, e.g. "zyte"

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior3/5

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

No annotations are present, so the description must carry the behavioral transparency burden. It does disclose the type of information returned and even notes the official source of each fact, which is useful. But it does not mention read-only behavior, authentication needs, rate limiting, pagination, or error conditions.

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 contains no filler, with the primary subject and conditional behavior packed into one sentence. It is slightly awkward and lacks a strong verb like 'Returns' or 'Gets', but it is efficient and readable.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With an output schema available and both parameters documented, the description does not need to restate return shapes. Still, it leaves out practical context such as how to discover provider slugs, whether product slugs must belong to the provider, and how this tool fits with the sibling tools.

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 already documents both parameters with 100% coverage, so the baseline is 3. The description adds a little meaning by clarifying that supplying `product` unlocks plans, rates, limits, capabilities, and price history, but it does not provide additional format, constraints, or validation details.

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 states a clear conditional purpose: fetch a provider's products and sources, or when a product slug is given, that product's plans, rates, limits, and related details. It is distinct from search_providers because it is a details/get operation rather than a search. It loses a point for being a fragment with no explicit verb and no mention of how it relates to sibling detail 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?

The description implies that providing the optional `product` parameter yields fuller product-level details, which is useful. However, it gives no guidance on when to use this tool versus search_providers, compare_products, estimate_cost, or get_recent_changes, and no hint that search_providers should be used first to find the provider slug.

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