Skip to main content
Glama
Cuvara

game-art-mcp

by Cuvara

art.aseprite.layers

Generate a Lua script and Aseprite command that sets up a standard layer structure, saving the script to disk and returning the command to execute it in your canvas session.

Instructions

Generate a Lua script and Aseprite command to set up standard layer structure. Writes the script to disk and returns the command to execute it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
layersNoLayer names (bottom to top). Default: Outline, Base, Shadow, Detail, Effects
session_idYesCanvas session ID
Install Server

TDQS

A4/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral burden and does disclose two important behaviors: it writes the script to disk and it only returns the command rather than executing it. It does not specify file paths, overwrite behavior, or permissions, which keeps it from a 5.

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?

Two sentences with no filler; the first names the deliverable and the second states side effect and return value. Every clause earns its place and key facts are front-loaded.

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?

For a simple two-parameter tool with full schema coverage, the description covers purpose, side effect, and return behavior. It is slightly incomplete on usage context and the generated script's details, but nothing critical is missing for calling it.

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 coverage is 100%, so the schema already documents session_id and layers, including the defaults and bottom-to-top order. The description adds little parameter-specific meaning beyond tying layers to the 'standard layer structure'.

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 uses a specific verb ('Generate') and resource ('standard layer structure'), and states the output is a Lua script plus an Aseprite command. This clearly separates it from sibling Aseprite tools like export, spritesheet, and validate.

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 intended use is implied by 'set up standard layer structure', but the description gives no explicit when-to-use guidance or alternatives. It does not mention when not to use it or distinguish it from canvas/layer setup siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/Cuvara/game-art-mcp'

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