Skip to main content
Glama
ZeroTian

Aseprite MCP Tools

by ZeroTian

apply_palette_preset

Apply a retro palette preset (gameboy, pico8, etc.) to an Aseprite file. Existing colors remain; use quantize_to_palette to snap pixels.

Instructions

Set the sprite palette to a built-in retro preset.

This only sets the palette; existing pixels keep their colors. Use quantize_to_palette afterwards to snap pixels to the new palette.

Args: filename: Aseprite file to modify preset: One of: gameboy, monochrome, grayscale_4, cga, pico8, c64, dawnbringer16, dawnbringer32

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filenameYes
presetYes
Behavior3/5

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

With no annotations, description carries full burden. States it only sets palette without modifying pixels and hints at post-processing. Lacks details on whether palette is replaced or merged, and no mention of reversibility or side effects. Adequate but not rich.

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 concise sentences followed by Args section. Front-loaded with core action and context. Every sentence adds value; no wasted words.

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?

Covers core behavior, distinguishes from sibling, suggests follow-up tool. Lacks error handling or format constraints, but for a simple two-param tool without output schema, it is largely complete.

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 0%, so description must compensate. Lists example presets for 'preset' parameter, adding value beyond schema titles. However, does not specify format or full list, though sibling list_palette_presets exists. Minimal additional meaning for 'filename'.

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?

Clear verb 'Set' with specific resource 'sprite palette'. Explicitly states it applies 'built-in retro presets', distinguishing it from sibling tools like set_palette (which likely allows arbitrary palettes) and quantize_to_palette (which snaps pixels).

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?

Provides explicit context: 'only sets the palette; existing pixels keep their colors' and suggests using quantize_to_palette afterwards. Implicitly distinguishes from set_palette by focusing on presets. No explicit when-not-to-use but sufficient for this tool.

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

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