Skip to main content
Glama

GSAP SplitText

gsap_splittext

Split text elements into characters, words, or lines and animate them with staggered effects for dynamic typography animations.

Instructions

Split text into chars, words, or lines then animate with stagger using SplitText. Use when animating individual characters or words. For plain text replacement use gsap_textplugin instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoComma-separated: "chars", "words", "lines"chars,words
revertNoRevert split after animation completes
targetYesCSS selector for the text element
animationYes
charsClassNo
linesClassNo
wordsClassNo
useTimelineNoWrap in timeline for control
includeImportsNo
Behavior2/5

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

The description only mentions splitting and animating with stagger. It does not disclose behavioral traits such as DOM modification, revert behavior (though revert parameter exists), class additions, or whether the split is temporary. No annotations provided, so the description carries the full burden.

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?

Two sentences, no wasted words. Could be slightly improved by briefly noting revert or class parameters, but overall efficient.

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?

The tool has 9 parameters, including nested objects, and no output schema. The description is minimal and does not explain important parameters like animation object structure, class options, or revert. It is incomplete for such a complex tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 44%. The description adds no meaningful parameter information beyond what the schema already provides (e.g., mentioning chars/words/lines matches the type parameter default). It does not explain required parameters target or animation structure.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool splits text into chars/words/lines and animates with stagger. It differentiates from gsap_textplugin for plain text replacement, but does not differentiate from other text-related siblings like gsap_morphsvg or gsap_drawsvg.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicit instructions: 'Use when animating individual characters or words.' and 'For plain text replacement use gsap_textplugin instead.' Provides clear when-to-use and alternative for a common case.

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/bl00dclot/gsap-mcp'

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