Skip to main content
Glama

ae_add_keyframe_sequence

Add multiple keyframes to an After Effects layer property in a single operation by specifying composition, layer, property path, and time-value pairs. Reduces repetitive manual keyframing.

Instructions

Add multiple keyframes at once to a layer property

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
comp_nameYesComposition name
keyframesYesArray of keyframe objects with time and value
layer_nameYesLayer name
property_pathYesProperty path (e.g. 'Transform.Opacity')

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.4/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral burden. It only states the action and omits important behavior such as whether existing keyframes are overwritten, whether keyframes are sorted by time, how invalid properties are handled, or whether the operation is undoable.

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 short, front-loaded sentence with no filler or redundant information. Every word earns its place, and the core purpose is immediately clear.

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

Completeness2/5

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

For a mutation tool with no annotations and no output schema, the description is incomplete. It does not explain what happens to existing keyframes, what the tool returns, or how it behaves on failure, which are important unknowns for an agent invoking a batch operation.

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 100%, so all four required parameters are already documented. The description adds no extra semantic detail beyond the schema, which is acceptable given the high 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 uses a specific verb and resource: it adds multiple keyframes at once to a layer property. It also clearly distinguishes itself from the sibling tool ae_add_keyframe by emphasizing the batch nature of the operation.

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?

"Add multiple keyframes at once" implies the tool is for batch operations rather than adding keyframes one at a time via ae_add_keyframe. However, it does not explicitly state when to prefer this tool over alternatives or mention any exclusions or prerequisites.

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