Skip to main content
Glama

ae_create_null_path

Move a layer along a path without drifting by creating a null object. Keyframe the null's position through points; the layer stays stable even on curved paths.

Instructions

Move a layer along a (optionally curved) path the safe way: create an invisible Null whose pivot the layer is pinned to, parent the layer to the Null, and keyframe the Null's position through your points. When the Null is stationary the layer can't drift — which raw curved keyframes on the layer itself would cause. NOTE: the layer is repositioned to ride the Null, so make points[0] its desired start.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
compNo
layerYesThe layer to move.
pointsYesPath points [[x,y], ...] the layer travels through, in order. points[0] is where the layer starts.
startTimeNo
endTimeNo
curvedNoAuto-bezier the spatial path (vs. straight linear segments).
nullNameNoDefaults to '<layer> PATH'.
Behavior4/5

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

No annotations are provided, so the description bears full responsibility. It explains the mechanism (creating Null, parenting, keyframing) and warns about layer repositioning. It also mentions auto-bezier for curved paths. This is sufficient behavioral disclosure.

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 concise with two sentences and a note, no fluff, front-loaded with purpose. Every part adds value.

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?

Given no output schema, the description covers the tool's purpose, mechanism, and a key usage warning. It lacks information about default values for nullName and any return value, but is still fairly complete for a creative tool.

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 coverage is 57% (4 of 7 params have descriptions). The description adds context for points (points[0] is start position) but does not compensate for comp, startTime, endTime which lack schema descriptions. The description adds marginal value beyond the schema.

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 the tool moves a layer along a path by creating a Null and keyframing it, explicitly distinguishing from raw curved keyframes which cause drift.

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 explains when to use this tool (safe path movement) vs raw keyframes, and gives a usage note about points[0] being the desired start. However, it does not explicitly mention when not to use it or compare with sibling tools.

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