Skip to main content
Glama
Abbabon

mystic-tutor-mcp

by Abbabon

find_similar

Find similar Magic: The Gathering cards by overall characteristics, function, stats, or type. Filter by format and color identity for alternatives.

Instructions

Find cards similar to a given Magic: The Gathering card. Can match by overall characteristics, function (effects), stats (CMC/power/toughness), or type (creature types, card types).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of similar cards to return (1-25)
formatNoFormat legality filtercommander
criteriaNoSimilarity criteria: 'overall' (balanced), 'function' (same effects), 'stats' (same CMC/P/T), 'type' (same types)overall
card_nameYesCard name to find similar cards for
color_identityNoColor identity constraint (e.g., 'wubrg', 'bg')

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.6/5.0
Behavior3/5

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

No annotations are provided, so the description carries the behavioral disclosure burden. It does convey the core matching behavior by listing criteria such as function, stats, and type, which is useful. It does not mention output details, exact-match requirements, or any limitations, leaving some behavior underspecified.

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?

The description is compact: two sentences, with the core purpose in the first sentence and useful elaboration in the second. It focuses on what an agent needs to know without redundant phrasing.

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?

With five parameters, one enum, and no output schema, the description covers the main selection and invocation concerns: input is a card name, and matching can be tuned via criteria. It could be more complete by stating what the returned list resembles, but the core usage context is adequately covered.

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 coverage is 100%, so the schema already documents all five parameters. The description adds value by explaining the criteria enum values in plain terms, e.g., 'function (effects)' and 'stats (CMC/power/toughness)', making the enum semantics clearer than the schema alone.

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 a specific verb and resource: 'Find cards similar to a given Magic: The Gathering card.' It also enumerates the matching dimensions, which helps differentiate it from generic card retrieval. It doesn't explicitly name sibling tools, but the purpose is unambiguous.

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 implies when to use the tool: when a user wants similar-card recommendations rather than exact card lookup, rulings, or synergy analysis. However, it does not explicitly contrast with siblings like search_cards or find_synergies, nor does it 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.