Skip to main content
Glama

ae_create_subtitle

Create subtitle/caption layers in After Effects with white text and black stroke for readability. Set start/end times, position, font, and optional background bar only when explicitly requested.

Instructions

Add a subtitle/caption text layer. DEFAULT: white text + black stroke for readability — NEVER adds a black bar/plate behind text unless background_bar=true (only when the user explicitly asks). Prefer this over solids for captions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yNoVertical position; default ~88% of height
fadeNo
fontNo
nameNo
textYesSubtitle / caption text
inPointYesStart time in seconds
fontSizeNo
outPointYesEnd time in seconds
comp_nameNoComposition name. Prefer this over index.
fillColorNoRGB 0-1, default white
barOpacityNo
comp_indexNo1-based project item index if name is ambiguous.
background_barNoONLY true if user explicitly wants a bar/plate behind text. Default false.
Behavior4/5

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

With no annotations, the description must carry the behavioral burden. It clearly discloses the default white-text-with-black-stroke styling, the absolute behavior of not adding a background bar unless background_bar=true, and the requirement of explicit user intent. This prevents a common hallucinated default that a caption tool adds a black plate.

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 sentences, each earns its place: the purpose, the critical default behavior, and the routing guidance. No redundancy or filler.

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?

Covering the most decision-critical behaviors (no bar by default, explicit-user-ask requirement, solid alternative) alongside schema-covered required parameters makes this adequate. It could add a bit more around barOpacity/fade semantics and what the operation returns, but those gaps are not blocking for correct invocation.

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 62%, leaving y, fade, font, name, fontSize, and barOpacity undocumented. The description adds meaningful default-style context but does not explain those undocumented parameters or map defaults to specific fields beyond fillColor/background_bar implications, so it only partially compensates for the schema gap.

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 and resource — 'Add a subtitle/caption text layer' — and further differentiates it from the common alternative of creating a solid for captions. This makes it easy to distinguish from generic siblings like ae_create_layer.

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?

It explicitly says 'Prefer this over solids for captions,' which gives the agent a clear rule for when this tool is the right choice relative to an alternative. It doesn't discuss exclusion cases or compare to ae_create_layer, but the caption-specific wording supplies enough context.

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/HeroicSwan/after-effects-mcp'

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