Skip to main content
Glama

animate

Generate procedural loop animations from a single static image. Outputs frames, spritesheet, timing data, and GIF preview.

Instructions

정적 이미지 한 장에서 절차적 루프 애니를 자동 생성(추가 아트 불필요).

개별 프레임 PNG + 스프라이트시트 + 타이밍 JSON + 루프 GIF 미리보기를 출력.

Args: src: 입력 이미지(일러 또는 이미 픽셀화된 스프라이트). out_dir: 출력 폴더(자동 생성). motion: breathe/bob/float/sway/wave/hop/pulse (list_motions 로 확인). frames: 프레임 수. amplitude: 모션 강도(px 단위 기준). fps: GIF/애니 프레임레이트. target_height: (pixelize_first 시) 도트 높이. colors: (pixelize_first 시) 팔레트 색 수. outline: selout 아웃라인 여부. pixelize_first: True 면 원본을 먼저 도트화 후 리깅(1024px 일러 → 애니 한 번에). palette: 잠긴 팔레트(builtin 또는 .gpl/.hex 경로). indexed: 프레임을 인덱스 PNG 로 저장. gif: 루프 GIF 미리보기 생성 여부. gif_upscale: GIF nearest 업스케일 배율.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fpsNo
gifNo
srcYes
colorsNo
framesNo
motionNobreathe
indexedNo
out_dirYes
outlineNo
paletteNo
amplitudeNo
gif_upscaleNo
target_heightNo
pixelize_firstNo
Behavior4/5

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

With no annotations, the description carries full burden. It discloses outputs (PNG frames, spritesheet, timing JSON, GIF) and explains the 'pixelize_first' workflow. However, it does not mention error conditions, performance considerations, or permission requirements.

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 well-structured with a clear purpose, output list, and argument list. It is concise and front-loaded, but the argument list could be slightly trimmed if redundant with schema.

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 14 parameters, 2 required, and no output schema, the description covers core behavior and output formats. However, it lacks explicit links to sibling tools (e.g., when to use 'list_motions' for valid motion values) and does not detail the output JSON structure or spritesheet layout.

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 description coverage is 0%, but the description lists each argument with brief explanations (e.g., 'motion: breathe/bob/float..., amplitude: motion strength in px'). This adds meaning beyond the schema's raw keys and defaults, though some parameter details remain implied (e.g., 'out_dir' auto-created).

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 it automatically generates procedural loop animation from a static image without additional art, listing outputs and key parameters. It distinguishes from sibling tools like 'animate_rig' by implying this tool works directly on images.

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 mentions 'pixelize_first' for converting illustrations before rigging, but does not explicitly state when to use this tool versus siblings like 'animate_rig' or 'batch_pixelize'. Usage context is implied but not directed.

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/mindsurf0176-ui/pixelforge-mcp'

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