Skip to main content
Glama

ae_add_text_reveal

Apply a staggered text reveal animation that shows words, characters, or lines one by one with customizable offset and chunk size.

Instructions

Word-by-word staggered text reveal — not a flat fade. A Text Animator pushes each unit off-screen (Position offset) at 0% opacity; an Expression Selector pulls one chunk into place at a time. Defaults to words; set chunkSize=2 to reveal two words at a time, or basedOn=characters for a typewriter feel.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
compNo
textYes
nameNoLayer name. Defaults to the text content.
positionNoLayer position. Defaults to comp center.
fontSizeNo
colorNo
fontNoPostScript font name, e.g. 'Inter-Bold'.
basedOnNoReveal unit. Default 'words' shows one word at a time. Use 'characters' for typewriter, 'lines' for whole lines.words
chunkSizeNoHow many units (words/chars/lines) reveal together as one chunk. 2 = two words at a time.
offsetYNoHow far (px) each unit starts above its final spot. Negative = drops down into place.
offsetXNoHow far (px) each unit starts to the side of its final spot.
startTimeNo
perChunkSecondsNoHow long each chunk takes to reveal AND how long until the next chunk starts. Higher = slower, more visible reveal per word/chunk.
Behavior3/5

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

With no annotations, the description explains the internal mechanism (Text Animator, Expression Selector) and how parameters affect behavior, but does not disclose whether the tool creates a new text layer or modifies an existing one, nor potential side effects like undo behavior.

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 (three sentences), front-loads the key differentiator ('not a flat fade'), and each sentence adds value without redundancy.

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 13 parameters, no output schema, and no annotations, the description covers the core mechanism well but omits high-level context such as whether it creates a new text layer (likely based on the required 'text' field) and the nature of the 'comp' parameter.

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%, and the description adds useful context for parameters like chunkSize, basedOn, offsetY, and perChunkSeconds with examples. However, parameters like comp and startTime lack any additional explanation in either schema or description, leaving gaps.

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 it's a 'word-by-word staggered text reveal' and explicitly contrasts with a 'flat fade,' distinguishing it from sibling tools like ae_add_fade. The mechanism and customization options are well explained.

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 when to use (staggered reveal) versus alternatives (flat fade), but does not explicitly state prerequisites, limitations, or when not to use this tool relative to other text animation 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