Skip to main content
Glama
Cladios34

mtg-mcp-server

by Cladios34

deck_audit_bundle

Read-onlyIdempotent

Run a complete Commander deck audit: validate legality, analyze combos, check bracket, fetch rulings, and simulate games—all in one call with per-section ok/error reports.

Instructions

Full mechanical audit battery in ONE call — validation, analysis, combos, bracket, commander rulings, v3 simulation.

Runs the six sections concurrently and returns one report where every section carries an explicit ok/error status and echoes the parameters it used. A failed section NEVER fails the whole bundle: it is reported as ok: false with its error, next to the sections that succeeded. Simulation is forced to v3 (commander_colors + tutor_aware=True). The rulings section ships the commander's official rulings and oracle text with the audit: confront each ruling with your own claims — fetching them is not reading them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seedNoRNG seed for reproducible simulation (omit for random)
decklistYesBare card names, one entry per physical card (repeat basic lands), commander EXCLUDED — a 99-card Commander library
commanderYesCommander card name (bare, exact)
iterationsNoSimulation iterations (100-100000)
exclude_cardsNoCard names to force-classify as non-mana in the simulation
commander_colorsYesCommander color identity (e.g. 'mardu', 'WBR') — REQUIRED so the simulation color screen can never be skipped by omission
extra_mana_sourcesNoCard names to force-classify as mana rocks in the simulation
Behavior4/5

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

Annotations already indicate readOnlyHint, openWorldHint, and idempotentHint. The description adds valuable behavioral context: concurrent execution of six sections, per-section ok/error status, simulation forced to v3, and the role of the rulings section. It does not contradict annotations (the idempotentHint with random seed is a minor nuance but not a contradiction). The added detail goes beyond what annotations provide.

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?

The description is longer than minimal but well-structured: a single-sentence summary followed by detailed behavioral notes. It front-loads the purpose and then elaborates. While slightly verbose, each sentence adds value, and there is no fluff. Efficiency could be slightly improved, but it remains effective.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (7 parameters, no output schema, multiple sections), the description is remarkably complete. It explains the concurrent execution, error handling, simulation version, parameter usage, and even guides the agent on how to use the rulings output. No critical gaps are present.

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?

Schema coverage is 100%, so the baseline is 3. The description adds clarifications for some parameters: decklist specifies 'commander EXCLUDED — a 99-card Commander library', and commander_colors is marked 'REQUIRED so the simulation color screen can never be skipped by omission'. These additions help the agent understand constraints beyond the schema descriptions.

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 opens with 'Full mechanical audit battery in ONE call' and lists specific sections (validation, analysis, combos, bracket, commander rulings, v3 simulation), clearly stating the tool's comprehensive purpose. It distinguishes itself from sibling tools by bundling multiple functionalities that are available as separate tools (e.g., deck_validate, spellbook_find_combos, spellbook_estimate_bracket, commander_overview).

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?

The description implies this tool is for a complete audit instead of calling multiple tools individually, as indicated by 'in ONE call'. It provides guidance on error handling ('A failed section NEVER fails the whole bundle') but does not explicitly list alternative tools or scenarios where they should be used instead. Thus, while clear, it lacks explicit when-not-to-use guidance.

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