Skip to main content
Glama

resolver_mazo

Resolves deck lists against Scryfall to return accurate oracle text, supporting MTG Arena, Moxfield, Archidekt, MTGO, ManaBox, and plain lists. Verify card abilities before making claims.

Instructions

Resuelve una lista de mazo contra Scryfall y devuelve el texto de oráculo real.

Acepta las exportaciones de MTG Arena, Moxfield, Archidekt, MTGO, el CSV de ManaBox o una lista suelta ("4 Lightning Helix" por línea). Úsalo SIEMPRE antes de afirmar nada sobre lo que hace una carta: no cites de memoria.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
listaYes
nombreNoMazo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries the burden. It discloses the core behavior: querying Scryfall and returning authoritative oracle text, and warns against citing from memory. It does not cover rate limits or failure modes, but for a read-only resolver the key behavioral trait is well explained.

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 and front-loaded: the first sentence states the purpose, the second gives formats and usage guidance. Every sentence adds value with no repetition or fluff.

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 tool has an output schema, so return value details are not needed. The description provides input format details and a strong usage rule. It is moderately complete, though it does not mention potential errors or network dependencies, which would be useful but not essential.

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 description coverage is 0%, so the description must compensate. It thoroughly explains the 'lista' parameter, including supported formats and example line format. The 'nombre' parameter is only implied by its default value 'Mazo', but that is low-risk and easily inferred.

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 resolves a deck list against Scryfall and returns the real oracle text. It distinguishes itself from sibling tools by specifying its unique function of resolving card text, not analyzing synergies or rendering guides.

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 always use this tool before claiming anything about what a card does, and lists accepted input formats. It does not name alternatives or explicitly say when not to use it, but the guidance is clear and actionable.

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/grutino/mtg-forja'

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