Skip to main content
Glama
wizkid17

mythic-index-mcp

by wizkid17

find_cards

Read-only

Find MTG cards by filtering on oracle text, type line, color, mana value, rarity, keyword, reserved list status, price range, and format legality for deck building queries.

Instructions

Find MTG cards by ability text, type, color, CMC, price, format. For deck building queries like 'black creatures with deathtouch under $5'. Args: oracle_text: Rules text search. type_line: Card type filter. colors: Comma-separated W,U,B,R,G. color_identity: Exact identity for Commander. cmc_min/cmc_max: Mana value range. rarity: common/uncommon/rare/mythic. keyword: Ability keyword. reserved_list: Only RL cards. price_min/price_max: USD range. format: Legality filter. sort: price/name/recent. limit: 1-50.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoprice
limitNo
colorsNo
formatNo
rarityNo
cmc_maxNo
cmc_minNo
keywordNo
price_maxNo
price_minNo
type_lineNo
oracle_textNo
reserved_listNo
color_identityNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already indicate readOnlyHint and openWorldHint. Description lists parameters but does not add behavioral details like response format, pagination, or search behavior (e.g., AND/OR logic). No contradiction 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Front-loaded with purpose and usage example, then parameter list. Efficient use of space with no fluff. Could be slightly more structured (e.g., grouping), but functional.

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 tool complexity (14 parameters, output schema exists), description covers core filtering capabilities. Missing detail on query conjunction (AND vs OR) and pagination beyond limit, but adequate for a search tool.

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?

With 0% schema description coverage, the description provides brief but meaningful explanations for all 14 parameters (e.g., 'oracle_text: Rules text search.'). Adds value beyond schema titles and defaults (e.g., 'limit: 1-50').

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?

Clear verb+resource ('Find MTG cards') and enumerates key filtering dimensions. Usage example reinforces purpose. However, does not explicitly differentiate from siblings like 'search_cards' or 'browse_cards'.

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?

Implied usage via example ('For deck building queries'), but no guidance on when not to use or comparison to alternatives. Given many sibling tools, explicit when-to-use would help.

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/wizkid17/mythic-index-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server