Skip to main content
Glama

see-frame

Render composition frames to images for visual verification of issues like clipped text, off-frame layers, or wrong colors. Preview images are fast; use maxWidth 0 for full resolution.

Instructions

SEE what a composition actually looks like: render one or more frames to images and return them so you can visually verify and self-correct (make a change, look, fix). Use this after edits to catch problems the DOM does not reveal - clipped or empty text, blown-out glow, off-frame layers, wrong colors, or Arabic/RTL text that did not shape correctly. Select the comp by name or 1-based index, or leave empty for the active comp. Returns downscaled preview images by default (maxWidth 512) to keep it fast and cheap; pass maxWidth 0 for a native-resolution still. Note: a still is a still - time-based effects like motion blur may look different from playback.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
compNoComposition name or 1-based index. Omit to use the active comp.
timesNoTime(s) in seconds to capture. A single number or an array. Defaults to the comp midpoint. Out-of-range values are clamped.
maxWidthNoMax preview width in pixels (default 512, aspect preserved). Use 0 for a guaranteed-faithful native-resolution frame.
timeoutMsNoHow long to wait for the render, in milliseconds (default 60000).
motionBlurNoRender the still with motion blur enabled (default false).
includeStateNoAlso return the comp's structured state (like inspect-comp) alongside the images.
Behavior5/5

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

Despite no annotations, description thoroughly explains behavior: returns downscaled images by default, maxWidth 0 for native resolution, clamping of out-of-range times, still vs playback differences, motion blur param default false, and time-dependent effects caveat. Covers all key behaviors.

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?

Compact yet comprehensive. Front-loaded with purpose and use cases. Every sentence adds value without redundancy. Well-organized flow from purpose to parameter specifics to caveats.

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

Completeness5/5

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

For a 6-parameter tool with no output schema, description covers all parameters, return format, default behaviors, caveats (still vs playback), and selection mechanisms. No gaps for agent to interpret.

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

Parameters5/5

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

Schema coverage is 100%, but description adds significant meaning: comp selection via name/index/active, time defaults to midpoint, maxWidth default 512, motionBlur default false, includeState for structured state. Explains rationale behind parameters and their effects.

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 the tool renders frames to images for visual verification, listing specific problems like clipped text or wrong colors. It distinguishes from siblings by mentioning 'inspect-comp' for structured state, which is also available via includeState.

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?

Explicitly states when to use: after edits to catch visual problems not revealed by DOM. Lists specific scenarios (clipped text, blown-out glow, etc.). Does not explicitly state when not to use, but provides clear context and mentions optional includeState for structured info.

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