Skip to main content
Glama

start-render

Start rendering all items queued in After Effects. The render blocks the application; set a longer timeout for lengthy renders.

Instructions

Render all QUEUED items in the After Effects render queue. IMPORTANT: this BLOCKS After Effects until the render finishes - the AE UI is unresponsive during the render. Add items first with add-to-render-queue. For long renders, raise timeoutMs; if the wait times out the render still continues in AE and you can check status later with render-queue.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timeoutMsNoMaximum time to wait for the render to finish, in milliseconds (default 300000 = 5 minutes). Set higher for long renders.
Behavior4/5

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

No annotations provided, so the description carries full burden. It discloses that the tool blocks After Effects until render finishes, making the UI unresponsive, and that render continues after timeout. This is critical behavioral context beyond basic rendering. Could mention prerequisites like AE must be running, but still strong.

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?

Two sentences plus a brief warning, no fluff. Front-loaded with purpose, then critical behavioral info. Every sentence is substantive and 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 no output schema, the description covers purpose, usage prerequisite, blocking behavior, and timeout handling. It could mention return value or success confirmation, but overall it is complete for a tool with one parameter. Complexity is moderate, and the description addresses the main concerns.

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?

The only parameter, timeoutMs, is fully described in the schema (100% coverage). The description adds minor value: 'Set higher for long renders' and the default (300000 ms). Baseline 3 is appropriate since schema already provides meaning.

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 'Render all QUEUED items in the After Effects render queue,' specifying the verb (render) and resource (queued items). It distinguishes from sibling tools like 'render-aerender' and 'render-queue' by mentioning the prerequisite 'Add items first with add-to-render-queue.'

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 gives explicit context: items must be queued first using add-to-render-queue, warns about blocking AE UI, and advises raising timeoutMs for long renders. It also notes that after timeout, the render continues and status can be checked later with render-queue. No explicit 'when not to use' but sufficient guidance.

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/a-y-ibrahim/after-effects-mcp'

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