Skip to main content
Glama

Ase Export Sprite

ase_export_sprite

Convert Aseprite sprites to PNG, GIF, JPG, or BMP. Set frame to 0 to export the full animation.

Instructions

Export sprite to png|gif|jpg|bmp; frame=0 exports the animation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
frameNo
formatNopng
output_pathYes
sprite_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.3/5.0
Behavior3/5

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

With no annotations, the description carries the burden. It discloses one important behavior: frame=0 exports the animation, which is non-obvious given the schema default of 0. However, it does not mention overwrite behavior, path requirements, or any side effects. It adds some transparency but leaves many gaps.

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 one sentence with no superfluous words. The core purpose and the frame caveat are front-loaded. It is efficiently structured.

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

Completeness3/5

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

For a simple file-export tool, the description covers the essential invocation surface (sprite_path, output_path, format, frame) and notes the animation behavior. However, it doesn't mention whether output overwrites, whether paths must exist, or how it relates to sibling export tools. Given no annotations, a bit more context would help.

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 description coverage is 0%, so the description must compensate. It provides the allowed format values (png|gif|jpg|bmp) not present in the schema, and explains the special meaning of frame=0. But it does not clarify sprite_path or output_path semantics, which are left to inference. This is partial compensation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a clear verb ('Export') and resource ('sprite') with supported formats, and adds a meaningful behavior for frame=0. However, it does not differentiate from sibling export tools like ase_export_spritesheet or ase_export_layers, so an agent may need to look elsewhere to distinguish them.

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?

No guidance is given on when to choose this tool over the sibling export tools (spritesheet, layers, tag). There is no mention of use cases or exclusions. The description only states what it does, not when to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools