Skip to main content
Glama

ae_remove_effect

Remove an effect from an After Effects layer by specifying its name or index, simplifying layer cleanup and adjustments.

Instructions

Remove an effect from a layer by effect_name or effect_index.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
comp_nameNoComposition name. Prefer this over index.
comp_indexNo1-based project item index if name is ambiguous.
layer_nameNoLayer name (preferred).
effect_nameNo
layer_indexNo1-based layer index in the comp.
effect_indexNo
Behavior2/5

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

No annotations are provided, so the description bears the full burden. 'Remove' implies a mutating operation, but the description doesn't disclose what happens on a missing effect, whether removal is reversible, or what state changes are made to the layer.

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 a single, focused sentence that front-loads the core action and selection method without any filler.

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?

With six parameters, none required, and no annotations or output schema, the description leaves critical gaps: how to identify the composition and layer, whether both name and index forms are alternatives, and what a successful removal returns. An agent would need to infer standard patterns from sibling tools.

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 67%, and the description adds meaning to the two undocumented parameters (effect_name, effect_index) by presenting them as the selection keys. However, it doesn't clarify whether both can be used together or how they relate to comp/layer parameters.

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 action ('remove'), the resource ('an effect'), and the location ('from a layer'), plus the two selection methods (effect_name or effect_index). This distinguishes it from siblings like ae_apply_effect and ae_set_effect_property.

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

Usage Guidelines2/5

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

There is no guidance about when to prefer this tool over alternatives such as ae_list_effects or ae_set_effect_property. It also doesn't explain selection strategy between effect_name and effect_index, or mention required composition/layer identifiers.

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