Skip to main content
Glama

iGaming Tools — independent slot, provider & regulator reference data

List provider slots

list_provider_slots
Read-only

List slots made by a specific provider, with structural filters.

slug: provider slug (from search_providers/get_provider).
volatility: low/med_low/medium/med_high/high/very_high.
mechanic: lines/ways/cluster/megaways/scatter_pays.
jackpot_type: none/fixed/progressive/pooled/unknown.
has_bonus_buy: 'true' or 'false'.
theme / feature: taxonomy slug filters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYes
themeNo
cursorNo
featureNo
mechanicNo
page_sizeNo
volatilityNo
jackpot_typeNo
has_bonus_buyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior3/5

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

The annotation readOnlyHint=true already conveys the read-only nature. The description adds parameter value lists and filter behavior, which are useful but not rich behavioral traits like pagination behavior or response defaults. It does not contradict annotations, but also does not go beyond basic request semantics.

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 concise intro followed by a bullet-like list of parameter explanations. Each line is purposeful and adds direct value, with no filler. It is front-loaded and easy to scan.

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?

Given the 9-parameter complexity, output schema, and read-only annotation, the description covers most invocation details including filter options and provider source. The only notable omission is clarification of cursor and page_size, which are less intuitive but standard. Overall, the description is sufficient for correct usage.

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?

With 0% schema description coverage, the description carries the burden and does well by explaining most parameters (slug, volatility, mechanic, jackpot_type, has_bonus_buy, theme, feature) with explicit allowed values for several. However, cursor and page_size are omitted, leaving a gap in pagination understanding.

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 the specific verb 'List' with the resource 'slots made by a specific provider', immediately distinguishing it from sibling tools like search_slots or get_slot. The scope is clearly provider-filtered, making the 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 Guidelines4/5

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

It provides clear context by stating the tool lists a specific provider's slots and notes that 'slug' should come from search_providers/get_provider, establishing a prerequisite. However, it does not explicitly mention when not to use this tool or name alternatives, so it falls short of a 5.

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