Skip to main content
Glama
Cladios34

mtg-mcp-server

by Cladios34

set_overview

Read-onlyIdempotent

Retrieve a draft format overview highlighting top commons, uncommons, and trap rares based on 17Lands card ratings.

Instructions

Draft format overview — top commons/uncommons and trap rares.

Uses 17Lands card ratings to provide a data-driven format breakdown. Requires 17Lands to be enabled.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
set_codeYesThree-letter set code for the draft format (e.g. 'LCI', 'MKM')
event_typeNoDraft format — 'PremierDraft' (default) or 'TradDraft'PremierDraft
response_formatNoOutput verbosity: 'detailed' (default) or 'concise'detailed
Behavior4/5

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

Annotations declare readOnly, openWorld, and idempotent hints. The description adds that it uses 17Lands card ratings and requires 17Lands to be enabled, which is critical behavioral 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?

Three concise sentences with the first sentence immediately stating the tool's purpose. No filler or redundant information.

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?

For a simple tool with a small number of well-documented parameters and clear annotations, the description is sufficiently complete. It covers the tool's purpose, data source, and prerequisite. The absence of an output schema does not necessitate detailed return value documentation.

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?

The input schema has 100% description coverage for all three parameters. The description does not add parameter-specific information, so the baseline score of 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 provides a draft format overview focusing on top commons/uncommons and trap rares using 17Lands ratings. It distinguishes itself from sibling tools like draft_card_ratings by specifying the scope of the 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 mentions the prerequisite 'Requires 17Lands to be enabled,' giving clear context for when it can be used. However, it does not explicitly compare against alternative tools or state when not to use it.

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