Skip to main content
Glama

Master Setter Pokémon TCG Catalog

list_sets

Sets (expansions, promos, decks) for a language, newest first. 14 languages; deepest coverage of Korean, Thai, Indonesian and Chinese.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoLanguage code: en English, ja Japanese, ko Korean, zh-tw Traditional Chinese, zh-cn Simplified Chinese, th Thai, id Indonesian, fr, it, de, es, pt, es-mx, ru, pl, nl.
limitNo
offsetNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations provided, the description carries the full disclosure burden, and it does add useful behavioral context: newest-first ordering and data-quality variance across languages ('14 languages; deepest coverage of...'). However, it does not disclose pagination semantics, the effect of omitting lang (the schema shows 0 required parameters), or response format. The ordering and coverage disclosures merit a 3, but the missing pagination and optional-lang behavior cap it there.

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?

Two terse sentences deliver the core purpose first (resource, scope, ordering) followed by a useful data-coverage nuance. Every clause earns its place and there is no filler. It loses a point only because the telegraphic phrasing omits an explicit verb like 'List' and leaves the second sentence slightly cryptic.

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?

For a simple listing tool the description covers the essential behavior: what is listed, for which language, and in what order. But without an output schema or annotations, it should also clarify pagination behavior (limit/offset exist in the schema) and what happens when the optional lang parameter is omitted. These gaps are notable but not fatal for a straightforward read-only enumerator.

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 only 33% (lang documented; limit/offset lack descriptions), so the description must compensate. It enriches the lang parameter with data-quality meaning (coverage depth per language), which goes beyond the schema's code-to-name mapping. However, it adds nothing about limit/offset beyond what their defaults and min/max constraints already imply, leaving about two-thirds of the parameter semantics unaddressed.

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 defines the resource precisely ('Sets (expansions, promos, decks)'), the scope ('for a language'), and the ordering ('newest first'), making the listing operation clear even though the verb is carried by the tool name. The parenthetical disambiguates domain terminology, and the resource scope distinguishes it from the get_set and list_cards_in_set siblings. It stops short of 5 because it doesn't explicitly contrast itself with those siblings or state exclusions.

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?

Usage context is inferable: to enumerate sets for a language, use this tool rather than get_set (single set) or list_cards_in_set (cards within a set). The language-coverage note ('deepest coverage of Korean, Thai, Indonesian and Chinese') hints at when results will be richest. However, no alternative tools are named and no explicit when-to-use/when-not-to-use guidance is provided, leaving selection to inference.

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