Skip to main content
Glama

Calques

ae_layer

Create, list, read, and modify After Effects layers (text, shapes, solids, cameras, lights) with actions for duplication, splitting, selecting, and applying presets.

Instructions

Creer, lister, lire et modifier des calques. Types : text, boxText, shape, solid, null, adjustment, camera, light, footage/precomp. action=list est leger (a privilegier pour explorer), action=get deep:true renvoie tout le detail.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
shyNo
compNoComposition cible : nom, id, ou omis pour la composition active dans le timeline.
deepNoget : inclut effets/formes/proprietes en detail (defaut true pour get).
keysNoget : inclure les keyframes.
nameNo
onlyNoget : filtre des proprietes (defaut 'modified').
pathNoapplyPreset : chemin du fichier .ffx.
soloNo
textNocreate/set : texte. Chaine simple, ou objet {text, font, fontSize, fillColor, tracking, leading, justification, ...}.
timeNosplit/bounds : temps en secondes.
typeNocreate : type de calque.
zoomNocamera : zoom en pixels.
clearNomarkers/select : remise a zero prealable.
colorNosolid/light : couleur, ex '#ff3366'.
countNoduplicate : nombre de copies.
depthNoget : profondeur de descente (defaut 3).
frameNosplit/bounds : temps en images.
guideNo
indexNoset : deplace le calque a cet index dans la pile.
labelNoCouleur d'etiquette 0-16.
layerNoCalque(s) : nom, index (1 = calque du haut), id, tableau de ceux-ci, "selected" pour la selection courante, ou "all".
masksNocreate : masques a creer directement.
scaleNoPourcentage. Un nombre est etendu a toutes les dimensions.
actionYesOperation a effectuer.
layersNocreate : plusieurs calques d'un coup (chaque entree = un objet de creation).
lockedNo
parentNoCalque parent, ou null pour detacher.
sourceNofootage/precomp : nom ou id de l'item du projet.
targetNocopyTo : composition de destination.
threeDNo
animateNocreate : [{path, value|keys|expression}] appliques a la creation.
boxSizeNoboxText : [largeur, hauteur] du cadre de paragraphe.
commentNo
effectsNocreate : effets a appliquer directement.
enabledNo
inFrameNo
inPointNo
markersNomarkers : [{time|frame, comment, duration, label}].
opacityNo
qualityNo
stretchNoEtirement temporel en pourcentage.
contentsNoshape : arbre vectoriel (voir ae_help topic='shapes').
durationNo
fullTreeNoget : arbre complet de toutes les proprietes du calque.
outFrameNo
outPointNo
positionNo
rotationNo
blendModeNonormal, multiply, screen, overlay, add, softLight, ...
intensityNolight : intensite.
lightTypeNo
moveAfterNo
startTimeNo
adjustmentNo
autoOrientNo'none' | 'alongPath' | 'camera'.
motionBlurNo
moveBeforeNo
startFrameNo
trackMatteNo'alpha' | 'alphaInverted' | 'luma' | 'lumaInverted' | 'none' | {type, layer}.
anchorPointNo
durationFramesNo
pointOfInterestNocamera/light : point vise.
timeRemapEnabledNo
collapseTransformationNoRasterisation continue / effondrement des transformations.
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions that list is lightweight and get with deep:true returns full detail, which implies performance characteristics. However, it does not disclose side effects of mutating actions like create, delete, or set, nor does it indicate whether operations require specific permissions, are reversible, or have any error states. For a tool with many destructive actions, 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.

Conciseness3/5

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

The description is concise at two sentences, which is efficient for a tool with 64 parameters. It front-loads the main purpose and the key action hints. However, given the tool's complexity, the brevity borders on under-specification rather than effective conciseness; it does not use structure like bullet points or sections to organize the many capabilities.

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 no output schema, no annotations, and 64 parameters, the description is far from complete. It does not explain how to specify layers (by name, index, id, 'selected', 'all') even though the schema lists this, nor does it describe common behaviors like parent-child relationships, threeD, or time-based parameters. The tool is a comprehensive layer management tool, and a two-line description is inadequate for guiding an agent on correct invocation.

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 58%, so about 42% of parameters lack schema descriptions. The tool description adds minimal value beyond the schema: it mentions the action list and the deep flag behavior but does not explain key parameters like layer, comp, or the various create-specific properties. Since coverage is moderate, the description should compensate for undocumented parameters, but it fails to do so, leaving many parameters ambiguous.

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 creates, lists, reads, and modifies layers, with a specific list of layer types. It communicates the core purpose with a verb and resource. However, it does not differentiate from sibling tools like ae_shape, ae_mask, or ae_animate, which also deal with layer-related concepts, so the purpose is clear but not distinguished from alternatives.

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 gives a concrete usage hint: 'action=list est leger (a privilegier pour explorer)' recommending list for lightweight exploration, and 'action=get deep:true renvoie tout le detail' for full details. This provides some guidance on when to use specific actions, but it does not explain when to use this tool instead of sibling tools like ae_shape or ae_property, nor does it mention exclusions or prerequisites.

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/maximejacquart/ae-mcp'

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