Skip to main content
Glama
ZeroTian

Aseprite MCP Tools

by ZeroTian

duplicate_frame_range

Duplicate a range of frames in an Aseprite file and append the copies to the end to extend an animation.

Instructions

Duplicate a frame range and append copies to the end.

Args: filename: Name of the Aseprite file to modify start_frame: Starting frame index (1-based) end_frame: Ending frame index (1-based, inclusive) times: Number of times to append the range (default: 1)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filenameYes
start_frameYes
end_frameYes
timesNo
Behavior2/5

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

No annotations provided, so description must cover behavior. It states duplication and appending but does not disclose side effects (e.g., does original range remain unchanged? Are existing frames shifted? No mention of error handling or mutability.

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?

Extremely concise: one-line summary then bulleted args. Each sentence is necessary and front-loaded with the action.

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 tool with 4 params and no output schema, it explains the operation and all parameters. Could mention effect on timeline (e.g., total frames count increases) or error conditions, but generally adequate.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, but description fully documents each parameter: filename, start_frame (1-based), end_frame (1-based inclusive), times (default 1). Adds essential meaning beyond schema types.

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?

Description clearly states verb 'duplicate' and resource 'frame range', with specifics about appending copies. Distinguishes from siblings like copy_frame (single frame) and add_frame (empty frame).

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?

No explicit when-to-use or when-not-to-use, nor alternatives. However, the purpose is clear enough for an agent to infer typical use cases; lacks 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/ZeroTian/aseprite-mcp'

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