Get set checklist
get_set_checklistComplete checklist of cards in a set by set_id, with set metadata. Output is capped at 500 cards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| set_id | Yes | The set_id of the set |
get_set_checklistComplete checklist of cards in a set by set_id, with set metadata. Output is capped at 500 cards.
| Name | Required | Description | Default |
|---|---|---|---|
| set_id | Yes | The set_id of the set |
Changes observed during successful MCP inspections.
Input schema / $schemaPrevious value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"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.
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.
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.
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.
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.
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.
Add one secure layer between your agents and this server.