Import Ae Comps
import_ae_compsImport After Effects compositions from a .aep file into a target bin. Specify composition names optionally; the operation fails safely if the file is missing or no items are added.
Instructions
Import After Effects compositions from an .aep file, failing closed when the file does not exist or when the target bin gains no items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comp_names | No | Array of composition names to import. If omitted, imports all comps. | |
| target_bin | No | Target bin name or node ID (optional) | |
| ae_project_path | Yes | Full path to the .aep file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool completed successfully. | |
| data | No | Tool-specific result data when ok is true. | |
| tool | Yes | The registered MCP tool name. | |
| error | No | Failure detail when ok is false. |