Skip to main content
Glama
Cladios34

mtg-mcp-server

by Cladios34

spicerack_format_decklists

Read-onlyIdempotent

Collects top-4 finisher decklists from recent tournaments for a given MTG format, with Moxfield links to view full card lists.

Instructions

Find top-performing decklists across recent tournaments for a format.

Collects top-4 finishers with Moxfield decklists from recent events. Use moxfield_decklist to fetch the full card list for a deck.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of decklists to return (default 10)
formatYesMTG format name (e.g. 'Modern', 'Legacy', 'Pauper')
num_daysNoNumber of days to look back (default 14)
response_formatNoOutput verbosity: 'detailed' (default) or 'concise'detailed
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint. The description adds useful context: it collects only top-4 finishers from recent events, sourced from Moxfield decklists. This goes beyond annotations but could mention data freshness or zero-result scenarios.

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?

Two concise sentences front-loaded with purpose, followed by a useful cross-reference. No wasted words.

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?

No output schema, and the description does not specify the output structure (e.g., deck name, record, URL). While annotations hint at open world results, the agent lacks details on what to expect from the response.

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 100% with clear parameter descriptions. The description does not add new semantic value beyond the schema; it only implicitly references 'recent tournaments' which maps to num_days. Baseline 3 is appropriate.

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 clearly states the tool finds top-performing decklists from recent tournaments for a format, specifying it collects top-4 finishers with Moxfield decklists. This distinguishes it from siblings like moxfield_search_decks or spicerack_recent_tournaments.

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 description advises using moxfield_decklist for full card lists, providing an alternative for a specific need. However, it does not explicitly compare with other siblings like moxfield_search_decks or spicerack_tournament_results, nor does it state when to avoid this tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Cladios34/mtg-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server