Skip to main content
Glama
Cladios34

mtg-mcp-server

by Cladios34

draft_log_review

Read-onlyIdempotent

Reviews a completed Magic draft pick by pick, identifies where higher-win-rate cards were available, and provides an overall draft grade.

Instructions

Review a completed draft — pick-by-pick GIH WR analysis and key decision points.

Identifies where you could have taken a higher-WR card, pivot points, and overall draft grade.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
picksYesCards drafted in order (pack 1 pick 1 through pack 3 pick 14)
set_codeYesThree-letter set code (e.g. 'LCI', 'MKM')
final_deckNoFinal deck submitted — enables 'made the deck' analysis
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, idempotentHint. The description adds specific behavioral details: it performs pick-by-pick analysis, identifies higher-WR card alternatives, pivot points, and assigns a grade. No contradictions with 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?

Two sentences, front-loaded with the core purpose. Every word adds value, no redundancy.

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 adequately explains the return contents: pick-by-pick analysis, decision points, better card identification, pivot points, and grade. It covers the main aspects well, though could be slightly more specific about the output 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% and each parameter has a description in the schema. The tool description does not add extra meaning beyond what the schema already provides, so 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 it reviews a completed draft with pick-by-pick GIH WR analysis, identifies better picks, pivot points, and gives a draft grade. This distinguishes it from sibling tools like draft_pack_pick or draft_card_ratings.

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 use after a draft is complete, providing analysis and decision points. It does not explicitly mention when not to use or alternative tools, but the context of siblings makes it clear this is for post-draft review.

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