Skip to main content
Glama

ae_batch_create_compositions

Create multiple After Effects compositions from a shared resolution and frame rate template, specifying name and duration for each and optionally organizing them into a project folder.

Instructions

Create multiple compositions based on a common size/fps template

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
widthNoWidth in pixels
heightNoHeight in pixels
frame_rateNoFrame rate (fps)
compositionsYesCompositions to create
destination_folderNoProject panel folder to put new comps in

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.3/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states that multiple compositions are created, but gives no details about batch failure behavior, duplicate name handling, whether the operation is atomic, or what happens to existing compositions. For a mutation tool, this is a significant gap.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is one concise sentence with no wasted words and the core action is front-loaded. It could be slightly expanded to include behavioral guidance without becoming bloated, so it is concise but not fully fleshed out.

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?

Given there are no annotations and no output schema, the description is too sparse for a batch mutation tool. It does not explain return values, error semantics, project context requirements, or behavior on partial failure. The schema covers parameters well, but the description leaves important operational context unknown.

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 the schema already documents all parameters. The description adds the useful framing that width, height, and frame_rate form a common template for all compositions, but it does not add syntax or format details 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 uses a specific verb ('create') and resource ('multiple compositions') and further clarifies that they share a common size/fps template. This clearly distinguishes it from the singleton sibling ae_create_composition and other batch operations.

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 use when creating multiple compositions with shared settings, especially versus ae_create_composition for a single composition. However, it does not explicitly state when to prefer this tool over alternatives or mention any exclusions.

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