Skip to main content
Glama
j4th
by j4th

suggest_mana_base

Read-onlyIdempotent

Analyzes color pip distribution in a decklist to suggest an optimal mana base, including land count and format-legal dual lands.

Instructions

Suggest a mana base for a decklist based on color pip distribution.

Analyzes color requirements, recommends land count, and suggests format-legal dual lands. Handles hybrid and phyrexian mana.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
decklistYesNon-land card names in the deck
formatYesFormat for land legality checking (e.g. 'commander', 'modern')
total_landsNoOverride total land count (default: auto-calculated from avg CMC)
response_formatNoOutput verbosity: 'detailed' (default) or 'concise'detailed
Behavior4/5

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

Description discloses that the tool analyzes color requirements and suggests lands, adding context beyond annotations (readOnlyHint, idempotentHint, openWorldHint). However, it does not detail return values or failure modes; with high annotation coverage, this is acceptable.

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 well-structured sentences: first states purpose, second elaborates core functionality, third notes special mana handling. No wasted words; front-loaded with key 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?

Combined with annotations and schema descriptions, the description provides sufficient context for using the tool. It lacks explicit mention of external data dependencies, but openWorldHint partially addresses this.

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 descriptions cover all parameters (100% coverage). The description adds minor value by mentioning hybrid/phyrexian mana handling, which relates to the decklist parameter, but does not significantly augment the schema.

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?

Description clearly states it suggests a mana base based on color pip distribution, recommending land count and format-legal dual lands. It handles hybrid and phyrexian mana, making the purpose specific and differentiating from sibling tools.

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?

Description implies usage for mana base construction in deck building but does not explicitly state when to use versus alternatives. Sibling tools do not overlap directly, so the context is clear enough.

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