Skip to main content
Glama

Get set checklist

get_set_checklist

Complete checklist of cards in a set by set_id, with set metadata. Output is capped at 500 cards.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
set_idYesThe set_id of the set

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / $schema
      Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
  2. First observed

TDQS

A3.8/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It usefully discloses that the output is capped at 500 cards and that set metadata is included, which goes beyond the schema. It does not mention error cases or whether the cap truncates silently, but the key behavioral constraint is stated.

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 two short sentences with no filler. The core purpose is front-loaded, and the output cap is stated as a separate concise clause that 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 simple single-parameter get tool with no output schema, the description covers purpose, input, included metadata, and a critical output limit. It is concise and reasonably complete, though it could add guidance on pagination or handling sets larger than 500 cards.

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 describes set_id with 100% coverage, so the baseline is 3. The description only repeats 'by set_id' and adds no format, validation, or default information beyond the schema.

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 identifies the resource ('checklist of cards in a set') and the input key (set_id), but it lacks an explicit verb, opening with a noun phrase rather than stating 'Retrieves' or 'Gets'. The title supplies the verb, so the tool's purpose is still unambiguous and distinct from siblings like get_card.

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 phrase 'complete checklist of cards in a set' implies this is for retrieving an entire set's card list rather than a single card or a search result, but no explicit when-to-use or alternative guidance is given. Sibling tools are named in context but the description does not direct the agent to choose this over them.

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