Skip to main content
Glama

animate_with_text_v2

Animate a character image by describing an action in text. Use this when you have a character image without a saved character ID.

Instructions

RECOMMENDED animation tool — animate a character image with a text-described action. Provide a reference image + action text. 32-256px. Frames by size: 32-64px → 16, 128-256px → 4. Use this when you have a character image but NOT a saved character ID. If you have a character ID, use animate_character instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seedNoSeed for deterministic generation (default 0)
viewNoCamera perspective (default 'none')
actionYesAction to animate (e.g. 'walk', 'cast spell')
directionNoFacing direction (default 'none')
image_sizeYesOutput frame size (32x32 to 256x256)
no_backgroundNoGenerate with transparent background
reference_imageYesCharacter image to animate with dimensions
reference_image_sizeYesCharacter image dimensions
Behavior4/5

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

No annotations provided, so description bears full burden. It discloses frame count variations by size and default no_background=true, but does not mention side effects (e.g., state changes) or output format. Still adds useful behavioral context.

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?

Two sentences, with 'RECOMMENDED' front-loaded. Every word adds unique value—no filler.

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?

Covers core use case, size constraints, and sibling distinction. Lacks details on return format but is sufficient given 100% schema coverage and typical agent expectations.

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 100%, baseline 3. Description adds value by explaining frame count relation to image_size and range constraints (32-256px), which supplements the schema details.

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 explicitly states it animates a character image with text-described action, and distinguishes from animate_character (requires character ID). The verb 'animate' and resource 'character image' are clear.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Directly advises to use this tool when a character image is available but no character ID, and to use animate_character otherwise. Also provides size-dependent frame counts, aiding decision-making.

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/rabbitcannon/pixellab-forge-mcp'

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