Skip to main content
Glama

render_chuleta

Create a printable double-sided A4 cheat sheet from your MTG deck analysis, then get the file path.

Instructions

Genera la chuleta imprimible de dos caras A4. Devuelve la ruta del archivo.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rutaNo
documentoYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The description explicitly states the return value ('Devuelve la ruta del archivo'), which provides some behavioral transparency. However, there are no annotations, so the description must fully disclose side effects and prerequisites. It does not mention whether a file is written to disk, whether existing files are overwritten, or any access or formatting requirements, leaving significant gaps.

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 a single sentence that is concise and front-loaded. It immediately states the action and the return value with no redundant phrasing or unnecessary details, achieving maximum efficiency for its length.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

While the tool is relatively simple, the description fails to explain the two parameters or any usage context. The output schema is indicated as existing, but the description still must clarify parameters and prerequisites, which it does not. This leaves the tool under-specified for reliable invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has two parameters ('ruta' and 'documento') with 0% schema description coverage. The description does not explain the purpose or acceptable values for either parameter, leaving the agent to guess that 'documento' is the source document and 'ruta' is the output path. This is a critical omission for parameter understanding.

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 the tool generates a double-sided A4 printable cheat sheet and returns the file path. The verb 'Genera' and specific resource 'chuleta imprimible de dos caras A4' make the core function clear. However, it does not distinguish this from sibling tools like render_guia or render_mapa, which likely have overlapping functionality.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives such as render_guia or render_mapa. There are no described prerequisites, input requirements, or scenarios where this tool is preferred. The description only explains what it does, not when to use it.

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