Skip to main content
Glama
Cladios34

mtg-mcp-server

by Cladios34

suggest_sideboard

Read-onlyIdempotent

Analyzes a competitive deck's weaknesses and recommends a 15-card sideboard with per-card reasoning, using heuristic analysis and optional metagame data.

Instructions

Suggest a 15-card sideboard for a competitive deck.

Analyzes the main deck's weaknesses and recommends sideboard cards with per-card reasoning. Works with heuristic analysis alone; enhanced with MTGGoldfish frequency data when available.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatYesCompetitive format (e.g. 'Modern', 'Pauper')
decklistYesMain deck card names (e.g. ['4 Lightning Bolt', '4 Goblin Guide'])
meta_contextNoOptional context about local metagame (e.g. 'heavy on Mono-Red and Affinity')
response_formatNoOutput verbosity: 'detailed' (default) or 'concise'detailed
Behavior3/5

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

Annotations already indicate read-only, open-world, and idempotent behavior. The description adds that it uses heuristic analysis and MTGGoldfish data when available, but does not elaborate on limitations or data freshness.

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 that efficiently state the tool's purpose and method. No unnecessary words or repetition.

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?

The description adequately covers the tool's functionality for a 4-parameter, read-only tool with no output schema. It mentions output includes per-card reasoning, but could be more specific about the exact response format.

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%, so parameters are described in the schema. The description does not add new parameter-level details beyond what is already in the schema, earning a baseline score of 3.

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 states the tool suggests a 15-card sideboard for competitive decks, analyzing weaknesses with per-card reasoning. While distinct from siblings like sideboard_guide, it does not explicitly differentiate itself.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No criteria for when to use this tool versus alternatives such as sideboard_guide or sideboard_matrix are provided. There is no guidance on exclusions or prerequisites.

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