Skip to main content
Glama

ae_animate_transform

Animate a layer's position, scale, rotation, or opacity from one value to another between specified times with easing presets. Defaults to rest values when start is omitted.

Instructions

Keyframe a transform property (position / scale / rotation / opacity) from one value to another between two times, with an easing preset. The general-purpose 'move this from A to B smoothly' tool. If from is omitted it defaults to a sensible rest value (position→comp centre, scale→100%, rotation→0°, opacity→0%) — pass it explicitly to start somewhere else.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
compNo
layerYes
propertyYes
toYesTarget value. Number for rotation/opacity (or to set all scale axes uniformly); [x,y] for position/scale.
fromNoStart value. Defaults to a rest value for the property.
startTimeNo
endTimeNo
easingNoeaseInOut
influenceNoEase influence % (Easy Ease ≈ 33).
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It explains default values for `from` and mentions easing, but does not disclose whether existing keyframes are overwritten, error behavior, or other side effects. The added context is useful but incomplete.

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 two sentences, front-loading the purpose and following with critical default behavior. 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?

With 9 parameters, no output schema, and no annotations, the description covers the core functionality but omits details about timing parameters and the full set of easing options. It is adequate but leaves room for more comprehensive guidance.

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 only 33%. The description adds meaning by detailing default `from` values per property and listing the property enum, but does not explain `comp`, `layer`, `startTime`, `endTime`, `easing` details, or `influence` beyond schema. It compensates partially but insufficiently for low coverage.

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 that the tool keyframes a transform property (position, scale, rotation, opacity) from one value to another, and explicitly labels it as the general-purpose 'move this from A to B smoothly' tool, distinguishing it from sibling animation tools.

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

Usage Guidelines4/5

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

The description sets context by calling it 'general-purpose' for smooth transitions, but does not explicitly state when to avoid using it or name specific alternatives. However, the sibling list provides implicit differentiation.

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/Phanikondru/openshowreel'

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