Skip to main content
Glama
Cladios34

mtg-mcp-server

by Cladios34

draft_pack_pick

Read-onlyIdempotent

Rank cards in a draft pack using 17Lands win rate data and color fit analysis based on your current picks to inform draft decisions.

Instructions

Rank cards in a draft pack using 17Lands win rate data.

Provides GIH WR, ALSA, IWD stats, and color fit analysis based on current picks. Requires 17Lands to be enabled.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
packYesList of card names currently in the draft pack
set_codeYesThree-letter set code for the draft format (e.g. 'LCI', 'MKM')
current_picksNoCards already drafted — enables color fit analysis when provided
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 value by specifying the data source (17Lands), the derived stats, and the requirement for 17Lands to be enabled, providing functional context beyond the annotations.

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 three sentences that efficiently cover purpose, outputs, and prerequisites. No wasted words; each sentence 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?

Given no output schema, the description lists the stats returned but does not mention ordering or error handling (e.g., if 17Lands is disabled). However, it is largely complete for an agent to understand inputs and outputs.

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 description coverage is 100%, so baseline is 3. The description adds meaning by explaining that current_picks enables color fit analysis and listing specific stats returned (GIH WR, ALSA, IWD), which are not in the schema. This enhances understanding beyond parameter names and types.

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 ranks cards in a draft pack using 17Lands win rate data, listing specific stats (GIH WR, ALSA, IWD) and color fit analysis. It distinguishes from sibling tools like draft_card_ratings by focusing on in-draft pack ranking with current picks.

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 mentions a prerequisite (17Lands enabled) but does not provide explicit guidance on when to use this tool versus alternatives like draft_card_ratings or draft_signal_read. The context implies it is for in-draft decisions, but lack of direct comparisons reduces clarity.

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