Skip to main content
Glama

ae_save_project

Save an After Effects project. Provide a path to save as a new file, or omit path to save the existing project file.

Instructions

Save the After Effects project (.aep). Pass a path to save-as / create the file; omit it to save in place (requires the project to already have a file).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoAbsolute .aep path. Omit to save in place.
Behavior3/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. It discloses the prerequisite for saving in place but does not mention whether saves are overwritten, if the operation is reversible, or if it returns any success/failure feedback. For a simple save operation, a 3 is adequate.

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 extremely concise—two sentences with zero waste. It front-loads the purpose and then explains the two modes and their conditions. Every word earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given one optional parameter, no output schema, and the simple domain of file saving, the description covers the essential modes and prerequisite. It could mention return values (e.g., success/error) for completeness, but the current level is nearly sufficient.

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

Parameters4/5

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

Schema description coverage is 100%, and the description adds meaningful context beyond the schema: it explains that providing a path creates or saves as a new file, while omitting it saves in place only if the project already has a file. This clarifies the parameter's behavior and prerequisites.

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 'Save the After Effects project (.aep)' and distinguishes between save-as with a path and save in place without it. This specific verb+resource combination sets it apart from sibling tools that deal with adding effects, layers, or animations.

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

Usage Guidelines4/5

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

The description provides explicit guidance on when to provide a path (save-as/create) and when to omit it (save in place), including a prerequisite (file must already exist). While it doesn't list when not to use the tool or alternatives, the context signals and sibling tools make the use cases clear.

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/Phanikondru/openshowreel'

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