Skip to main content
Glama

mcp-after-effects

by Dakkshin

test-animation

Verify animation operations in Adobe After Effects by testing keyframes and expressions on specified compositions and layers.

Instructions

Test animation functionality in After Effects

Input Schema

NameRequiredDescriptionDefault
compIndexYesComposition index (usually 1)
layerIndexYesLayer index (usually 1)
operationYesThe animation operation to test

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "compIndex": { "description": "Composition index (usually 1)", "exclusiveMinimum": 0, "type": "integer" }, "layerIndex": { "description": "Layer index (usually 1)", "exclusiveMinimum": 0, "type": "integer" }, "operation": { "description": "The animation operation to test", "enum": [ "keyframe", "expression" ], "type": "string" } }, "required": [ "operation", "compIndex", "layerIndex" ], "type": "object" }

Other Tools from mcp-after-effects

Related Tools

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

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