Skip to main content
Glama
adityaairlangga12

lentera-aseprite-mcp

set_palette_colors

Define exact RGBA values for any palette index to customize Aseprite's palette colors precisely.

Instructions

Set specific palette colors by index.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
colorsYesArray of color objects: [{index, r, g, b, a}]
Behavior2/5

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

No annotations are provided, so the description carries full responsibility for disclosing behavioral traits. It merely says 'Set specific palette colors by index,' but does not explain side effects (e.g., whether it replaces existing colors, what happens on out-of-range indices, or whether other palette entries are left untouched). The mutation nature is implied but not explicitly disclosed.

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 concise sentence that clearly states the action and scope. It is front-loaded and contains no filler or redundant information.

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 setter tool with only one well-documented parameter, the description is adequate. It tells you exactly what the tool does without needing to explain return values (none expected) or complex behaviors. However, given the lack of annotations, a note about modifying the current palette could improve it slightly, so it does not fully reach the highest tier.

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%, and the schema already documents the colors array and the 0-based index. The description's phrase 'by index' adds minor semantic context, but the schema already provides the necessary meaning. It does not significantly go beyond the structured parameter definitions.

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 verb ('Set'), the resource ('palette colors'), and the method ('by index'). It distinguishes from sibling tools like get_palette, load_palette_from_file, and resize_palette, making the tool's specific role unambiguous.

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 provides no guidance on when to use this tool versus alternatives. It does not mention when to prefer it over load_palette_from_file, replace_color, or resize_palette, nor any contextual prerequisites or exclusions.

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

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