Skip to main content
Glama
ZeroTian

Aseprite MCP Tools

by ZeroTian

duplicate_layer

Duplicate a layer with all its cels across every frame, inheriting opacity and blend mode. Place the copy directly above the source or inside a specified group.

Instructions

Duplicate a layer with all its cels across every frame.

The copy inherits the source's opacity and blend mode. By default it is placed directly above the source layer; pass group to place it inside a group instead.

Args: filename: Aseprite file to modify layer_name: Layer to duplicate, by name or "group/subgroup/layer" path new_name: Name for the copy (default: " copy") group: Optional group to place the copy inside, by name or "group/subgroup" path (default: directly above the source)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filenameYes
layer_nameYes
new_nameNo
groupNo
Behavior3/5

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

With no annotations, the description must fully disclose behavior. It covers inheritance of opacity and blend mode, and placement options, but omits details like error handling, behavior if layer not found, or effects on selection. Some behavioral aspects remain unspecified.

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 compact and well-structured: a clear purpose statement followed by behavioral notes and parameter documentation. Every sentence adds value, though the Args section could be more concise.

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?

Given the moderate complexity of duplicating layers across frames, the description covers key aspects: what is duplicated, inheritance, placement. It lacks details on return values, error conditions, and naming conflict resolution, but is adequate for a tool with no output schema.

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?

Although the schema has 0% description coverage, the description's Args block provides clear definitions for each parameter, including defaults and path syntax. This compensates well for the schema gap, though some parameters like 'new_name' could be more detailed about default naming.

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 'Duplicate a layer with all its cels across every frame,' specifying the exact verb and resource. It distinguishes from sibling tools like copy_cel or duplicate_frame by clarifying it duplicates entire layers with all frames.

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 description explains the default placement and the group parameter but does not explicitly state when to use this tool versus alternatives like 'copy_layer' or 'duplicate_frame_range'. There's no guidance on prerequisites or when not 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/ZeroTian/aseprite-mcp'

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