Skip to main content
Glama

apply_manual_keyframe_track

Apply a hand-authored Figma Motion keyframe track to a node property, such as translation, opacity, or rotation. Define keyframes with timeline positions, values, and easing to replace any existing track on that field.

Instructions

Set a hand-authored Figma Motion keyframe track on a node for one field — e.g. TRANSLATION_X, OPACITY, ROTATION, SCALE_XY, or an indexed fills / strokes / effects item. field selects what to animate; track carries an optional baseValue plus keyframes (each with timelinePosition in seconds, a typed value, and optional easing). Replaces any existing track on that field. Returns { ok, nodeId }. Motion is a Figma-Design-only beta feature.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fieldYesWhich field a keyframe track drives: a node PROPERTY or an INDEXED_ITEM in fills/strokes/effects
trackYesbaseValue + keyframes for this field
nodeIdYesFigma node id to keyframe
Behavior4/5

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

Annotations only provide readOnlyHint=false and destructiveHint=false. The description adds meaningful behavioral context: it replaces any existing track on the field, returns `{ ok, nodeId }`, and notes the beta and Figma-Design-only restrictions. This exceeds what annotations reveal, though it could more prominently state the replacement side-effect.

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 well-structured sentences: purpose with examples, parameter walkthrough, and behavioral/return/platform note. Every sentence adds value and there is no redundancy.

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?

For a complex tool with nested objects and no output schema, the description covers the return shape, replacement semantics, and platform/beta caveats. It lacks error/edge-case guidance, but the rich schema and sibling context make it reasonably 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 100%, with every parameter and nested property already described in the schema. The description's summary of `field` and `track` restates schema content without adding new meaning, so the baseline of 3 applies.

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 opens with a specific verb ('Set'), a clear resource ('hand-authored Figma Motion keyframe track'), and scope ('on a node for one field'), followed by concrete field examples. This makes the tool's purpose unambiguous and distinguishes it from siblings like `remove_manual_keyframe_track` and `apply_animation_style`.

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 usage scenarios through phrases like 'hand-authored' and 'Replaces any existing track on that field,' but it never explicitly says when to use this tool instead of `apply_animation_style` or when not to use it. The beta/Design-only note is a constraint, not a comparative guideline.

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/awdr74100/figwright'

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