Skip to main content
Glama

set-composition-properties

Set duration, frame rate, or dimensions of a composition by name or index. Modify existing comp settings to match project requirements.

Instructions

Change a composition's settings: duration, frameRate, and/or width+height. Select the comp by compName/compIndex (or active comp).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
widthNoNew width in pixels (must be set together with height).
heightNoNew height in pixels (must be set together with width).
compNameNoComposition name (or active comp if omitted).
durationNoNew duration in seconds.
compIndexNo1-based comp index, if compName is omitted.
frameRateNoNew frame rate (fps).
Behavior2/5

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

No annotations are provided, so the description must fully disclose behaviors. It only lists the settable properties without detailing side effects (e.g., impact on layers, undoability, or permission requirements), leaving significant gaps.

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 short sentences, front-loaded with the action and list of settings, with no unnecessary words.

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?

Given no output schema and no annotations, the description lacks details on return values, default behavior when no parameters are set, and constraints like requiring width and height together (though schema covers it). It is adequate but not complete for a mutation 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 100%, so the description adds minimal extra meaning beyond summarizing parameters. The mention of width+height together is helpful but already in 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 changes composition settings like duration, frameRate, and width+height, distinguishing it from creation or inspection tools like create-composition or inspect-comp.

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?

While it clearly indicates what it does and how to select the composition, it does not explicitly guide when to use this tool vs alternatives like batch-set-layer-properties or set-effect-property, though the narrow focus on composition-level settings is implicit.

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/a-y-ibrahim/after-effects-mcp'

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