Skip to main content
Glama

ae_set_workflow_preferences

Set autonomous or approval workflow and project brand defaults for After Effects, including colors, fonts, safe margins, and aspect ratio.

Instructions

Set autonomous or approval workflow behavior and project brand defaults used by high-level editing workflows.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
edit_modeNo
font_familyNo
safe_marginNo
accent_colorNo
aspect_ratioNo
primary_colorNo
workflow_modeNo
secondary_colorNo
caption_font_sizeNo
Behavior2/5

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

No annotations exist, so the description must carry the full burden of behavioral disclosure. It confirms a write operation but does not say whether settings persist, whether they merge with existing preferences, what they affect, or whether any preconditions exist. This is a significant gap for a mutation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

One tight sentence, front-loaded with the verb and resource, and free of filler. It is concise, though the brevity comes at the cost of detail needed for a 9-parameter tool.

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

Completeness2/5

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

For 9 optional parameters, no annotations, and no output schema, a single generic sentence is incomplete. It does not cover defaults, merge/persistence behavior, valid value context, or what happens after setting preferences.

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

Parameters2/5

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

Schema description coverage is 0%, and the description only groups parameters into two broad buckets without mapping to the 9 fields or clarifying value semantics. It fails to compensate for the undocumented schema, leaving agents to infer meaning from enums and names alone.

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 names a specific verb ('Set') and a distinct resource ('workflow preferences'), and scopes it to autonomous/approval workflow behavior plus project brand defaults. It does not explicitly compare with ae_get_workflow_preferences, but the resource is identifiable enough to separate it from sibling editing tools.

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

Usage Guidelines2/5

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

No guidance is given on when to use this tool versus ae_get_workflow_preferences or other workflow-related tools. The phrase 'high-level editing workflows' implies a context but provides no decision rule or exclusions.

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