Skip to main content
Glama
Cladios34

mtg-mcp-server

by Cladios34

theme_search

Read-onlyIdempotent

Search Magic cards by theme—mechanical, tribal, or abstract—and view results grouped by relevance: strong, moderate, and flavor matches.

Instructions

Find cards matching a theme — mechanical, tribal, or abstract/flavorful.

Maps themes to oracle text patterns and searches bulk data. Groups results by relevance tier (strong match, moderate match, flavor match).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of results
themeYesTheme to search for — mechanical (aristocrats, voltron, tokens), tribal (goblin, merfolk), or abstract (music, death, ocean)
formatNoFormat legality filter (e.g. 'standard', 'modern', 'commander')
max_priceNoMaximum card price in USD
color_identityNoColor identity filter (e.g. 'sultai', 'BUG', 'WR')
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 indicate read-only, idempotent, and open-world behavior. The description adds valuable behavioral context: it maps themes to oracle text patterns, searches bulk data, and groups results by relevance tiers. 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?

The description is concise (3 sentences), front-loaded with the main purpose, and efficiently adds method and output details. Every sentence adds value without 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?

The description covers the key aspects: input theme examples, mapping process, and result grouping. No output schema exists, so details about the response structure are limited but reasonable given the straightforward nature. Minor omission: no mention of pagination or limit behavior.

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 the schema already documents all parameters. The description restates the purpose of the theme parameter but does not add significant new semantics beyond what the schema provides. Baseline 3 is appropriate.

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 it finds cards matching a theme and explains the method (mapping themes to oracle patterns) and output (grouped by relevance tier). However, it does not explicitly differentiate from sibling tools like scryfall_search_cards or bulk_card_search, which also search cards but lack thematic grouping.

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?

The description provides an overview of when to use the tool (to find cards by theme) but offers no guidance on when not to use it or how it differs from alternatives. It does not mention specific context for choosing this over other search tools.

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