Skip to main content
Glama
yn1323

Aseprite Live MCP

by yn1323

aseprite_export_gif

Export visible layers as an animated transparent GIF with optional frame range and repeat settings, preserving timeline order and frame durations while leaving the source document unchanged.

Instructions

Export visible layers as an animated transparent GIF into a NEW folder. Optional inclusive from/to frame range, repeat -1 once / 0 forever / positive repeat count. Timeline order, preserving frame durations rounded to 10 ms. GIF uses alpha threshold 128 and at most 255 opaque colors per frame; reports any alpha/color/timing changes. Source document stays unchanged.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNo1-based frame number.
fromNo1-based frame number.
nameYes
repeatNo-1 plays once, 0 loops forever, positive values repeat that many times.
documentIdYesExact document ID returned by inspect/create; never guess it.
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/5.0
Behavior5/5

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

With all annotations false, the description carries full behavioral burden and does so thoroughly: source document stays unchanged, durations round to 10 ms, alpha threshold 128, 255 opaque color limit per frame, and it reports alpha/color/timing changes. This goes well beyond the annotations and informs the agent of side effects and fidelity constraints.

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?

Four dense sentences with zero filler. The core action and scope come first, followed by options, fidelity details, and the non-mutation guarantee. Every sentence adds value.

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

Completeness5/5

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

For a 6-parameter tool with no output schema, the description is remarkably complete: it covers folder creation, animation properties, repeat behavior, timing/color/alpha limitations, reporting of changes, and non-mutation of the source. Nothing critical is missing for an agent to call this tool correctly.

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?

Schema coverage is high at 83%, so the schema already documents most parameters. The description adds meaning beyond the schema by explaining inclusive from/to ranges, timeline order, frame duration rounding, and repeating the repeat semantics in a way that maps directly to parameter behavior.

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 opens with a specific verb and resource: 'Export visible layers as an animated transparent GIF into a NEW folder.' This clearly identifies the tool's function and distinguishes it from generic aseprite_export by naming the exact output format, layer scope, and folder behavior.

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 gives clear context for what the tool does and its options, but it never explicitly tells the agent when to choose this over siblings like aseprite_export or aseprite_preview. Usage is implied by the GIF-specific wording, but no alternative is named or excluded.

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