Skip to main content
Glama

make_4_frame_idle_animation

Creates a four-frame idle bob animation from a single sprite frame by duplicating and offsetting layers for subtle movement.

Instructions

Turn a single-frame sprite into a 4-frame idle "bob" loop.

Duplicates frame 1 to 4 frames, nudges `layer` down by `bob_pixels` on frames 2
and 4 for a subtle bob, sets uniform durations, and adds a looping tag.

Returns a ``workflow_manifest.v1`` manifest (sprite summary + animation block).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
layerNobody
filenameYes
tag_nameNoidle
bob_pixelsNo
frame_duration_msNo
Behavior4/5

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

With no annotations, the description effectively discloses the core behaviors: duplicating frames, nudging layer, setting durations, adding a tag, and returning a manifest. It does not cover what happens to existing frames or tags, but provides substantial transparency.

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?

Three concise sentences front-load the purpose, then detail the process and output. Every sentence adds value with no redundancy.

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?

Given 5 parameters (1 required) and no output schema/annotations, the description explains the output format and main steps but lacks details on edge cases (e.g., existing frames, missing layer) and full parameter semantics. Adequate but could be more complete.

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 explains 'bob_pixels' and mentions 'layer', but does not individually describe all 5 parameters (e.g., 'filename', 'tag_name', 'frame_duration_ms' are implied but not explicitly detailed). Adds moderate value beyond schema.

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 'turn' and resource 'single-frame sprite', specifies the output as a '4-frame idle bob loop', and lists the key transformations. It distinguishes from siblings like make_8_direction_walk_template by focusing on a 4-frame idle loop.

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 implies the tool is for creating an idle animation from a single frame, but does not explicitly state when to use it vs alternatives (e.g., when you have a multi-frame sprite) or any prerequisites. Lacks guidance on 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/MalloyTheDev/aseprite-mcp'

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