Skip to main content
Glama
yn1323

Aseprite Live MCP

by yn1323

aseprite_edit

Destructive

Apply pixel art, selections, transforms, layer/frame edits, palette changes, and tilemaps to a live RGB/Indexed document in one atomic undoable batch, rolling back on error.

Instructions

Edit a live RGB or Indexed document in one undoable transaction. Paint pixels/rectangles/lines/pixel_art inside the active selection; select rectangles, all, clear or invert; transform a cel or selection by clockwise angle, nearest-neighbor scale/flip/offset; manage layers/frames/tags and delete layers/frame ranges. Indexed accepts hex colors (exact match or append to palette) or 0-based indices. set_palette_color recolors every pixel using that index. add_tilemap creates a native tilemap; set_tile adds/replaces shared tile artwork (. is transparent); place_tiles uses grid cell coordinates and tile IDs (0 erases), requires no pixel selection. Inspect tile IDs with aseprite_tilemap. Locked layers are protected. Ordinary painting/transforms require transparent image layers. Use separate tile operations for tilemaps. Frames are 1-based. All operations roll back together on error.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelNoCodex edit
documentIdYesExact document ID returned by inspect/create; never guess it.
operationsYes
expectedRevisionYesRevision from the most recent inspect or edit result. Re-inspect if stale.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.2.0

TDQS

A4/5.0
Behavior5/5

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

The description discloses key behaviors beyond the annotations: the atomic rollback on error, protection of locked layers, and the exact matching or appending behavior for indexed colors. These are concrete behavioral guarantees not hinted at by the annotations alone.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is long, but the tool is complex with many operations. It is front-loaded with the core purpose ('Edit a live RGB or Indexed document in one undoable transaction') and each subsequent sentence adds relevant detail without redundancy. Some structure (e.g., bullet points) could improve scanability, but it remains appropriately sized.

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

Completeness3/5

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

The description covers operations and usage constraints well, but it does not mention the return value (e.g., a new revision) or any expected result format. An agent would need to know what the edit call returns to confirm success, especially since expectedRevision is a required parameter for subsequent calls.

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?

The description adds meaning beyond the schema by explaining 1-based frame indexing, how indexed colors are handled (exact match or append, never approximate), and the single-transaction nature. It does not exhaustively cover every parameter but significantly supplements the 50% schema description coverage.

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 edits a live RGB or Indexed document in one undoable transaction, and enumerates the supported operations (painting, selection, transforms, layer/frame/tag management, tilemaps). This distinguishes it from sibling read-only or export tools.

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?

The description does not explicitly state when to use this tool versus alternatives like aseprite_inspect or aseprite_export. It provides internal constraints (e.g., locked layers protected) but no comparative usage guidance for tool selection.

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

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/yn1323/aseprite-mcp'

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