Skip to main content
Glama

ae_audit_editorial_plan

Audit a YouTube editorial plan before build. Identify hook, pacing, coverage, chapter, and unsafe shortcut issues without modifying After Effects.

Instructions

Run a pre-build quality audit on a YouTube editorial plan. Reports hook, pacing, coverage, chapter, and unsafe short-cut issues without mutating After Effects.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
planYesOutput of ae_create_editorial_plan
Behavior4/5

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

With no annotations, the description carries full responsibility for behavioral disclosure. It explicitly states 'without mutating After Effects,' which is a key safety guarantee. It also discloses that the tool reports specific issue categories, though it does not describe the report's format or whether any other side effects exist.

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?

A single sentence front-loads the action and resource, then lists report categories and the no-mutation guarantee. Every clause earns its place; 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 single-parameter audit tool with no output schema, the description covers what it does, what it checks, and its safety profile. It does not detail the return structure, but 'Reports ... issues' is sufficient for an agent to understand the expected output. Minor gaps around output format keep it from a 5.

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?

Schema coverage is 100%: the only parameter, 'plan', is already described as the output of ae_create_editorial_plan. The description's reference to 'YouTube editorial plan' adds little beyond the schema. Baseline 3 is appropriate because the schema already documents the parameter well.

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 uses a specific verb ('Run'), a specific resource ('a pre-build quality audit on a YouTube editorial plan'), and enumerates the exact report categories: hook, pacing, coverage, chapter, and unsafe short-cut issues. This clearly distinguishes it from sibling audit tools like ae_audit_motion_coverage or ae_validate_motion_blueprint, which target different artifacts.

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 phrase 'pre-build quality audit' gives a clear temporal context: run this after creating an editorial plan and before building the video. It does not explicitly name alternatives or state when not to use it, but the scope is specific enough that an agent can infer the intended stage without ambiguity.

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