Skip to main content
Glama
j4th
by j4th

spellbook_find_decklist_combos

Read-onlyIdempotent

Identify combos fully or nearly included in a Commander decklist from provided commander and card names.

Instructions

Find combos present in (or nearly present in) a Commander decklist.

Provide commander name(s) and a list of card names in the main deck. Returns combos that are fully included and those that are almost included.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
commandersYesCommander card name(s) (e.g. ['Muldrotha, the Gravetide'])
decklistYesList of card names in the main deck
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and openWorldHint, so the description adds value by specifying that it returns both fully included and almost included combos. This behavioral detail is not captured by annotations, enhancing transparency.

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, consisting of two sentences that front-load the core action and provide clear instructions. No superfluous text is present.

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 the straightforward nature of the tool and the complete schema coverage, the description adequately explains what the tool returns. It lacks details on exact output structure (e.g., how combos are listed), but for a simple query tool, this is acceptable.

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 provides 100% coverage with descriptions for both parameters ('commanders' and 'decklist'). The description does not add additional semantic detail beyond what the schema already offers, so a baseline 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 finds combos present in or nearly present in a Commander decklist. It uses specific verb 'find' and resource 'combos present in decklist', distinguishing it from sibling tools like spellbook_find_combos which likely searches combos without a decklist.

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 explicitly instructs to provide commander name(s) and a decklist, making the usage context clear. It does not, however, explicitly exclude alternative tools or state when not to use this tool, but the context implies it is for decklist-based combo analysis.

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/j4th/mtg-mcp-server'

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