Skip to main content
Glama

ae_reconnect

Reconnect to Adobe After Effects by running the AfterFX -r command, which shows a brief executing-script dialog. Use this when the connection drops; restart AE for silent startup.

Instructions

USER-INITIATED ONLY. Runs AfterFX -r once (shows a brief 'Executing script…' dialog). Prefer restarting AE instead for a silent Startup load. 30s cooldown.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries the behavioral burden and does disclose the visible side effect (brief 'Executing script…' dialog) and the rate limit ('30s cooldown'). It does not explain what internal state changes, prerequisites, or risks a reconnect involves, so some opacity remains.

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?

Three compact sentences each carry distinct information: constraint, action plus visible effect, alternative, and cooldown. There is no filler or redundancy.

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?

For a parameterless tool with no output schema, the description supplies the key call-time facts: when it may be used, what the user sees, and the cooldown. It could mention success/failure behavior, but the core invocation context is covered.

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?

The schema has zero properties with 100% coverage, so there are no parameters to document and the baseline is 4. The description's command and dialog context is a bonus rather than a necessity.

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 states a concrete action ('Runs AfterFX -r once') and scopes it with 'USER-INITIATED ONLY', making the reconnect intent clear from the name plus verb. It doesn't explicitly define what reconnecting changes internally, but it is specific enough to distinguish this from sibling maintenance tools.

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

Usage Guidelines5/5

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

It gives an explicit alternative ('Prefer restarting AE instead for a silent Startup load') and a hard usage constraint ('USER-INITIATED ONLY') plus a cooldown. An agent knows this is the manual, visible reconnect path and that silent startup should be handled by restarting AE instead.

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

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