Skip to main content
Glama

Render video

render_video

Compile a declarative RenderPlan into an mp4: concatenate video/image/color clips, burn in overlays and captions, mix optional music, and return the rendered asset id.

Instructions

Compile a declarative RenderPlan into an mp4 via ffmpeg — deterministic, brand-aware, no generation keys needed. Clips (video/image/color) are concatenated in order; overlays and captions are burned in; optional music is mixed under clip audio. Returns the rendered asset id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
planYes
Behavior4/5

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

With no annotations, the description carries the disclosure burden and does well by explaining determinism, the absence of generation keys, the processing order of clips, burning in overlays/captions, music mixing, and the output asset id. It lacks explicit side-effect or failure-mode details, but these are secondary for a create-and-return tool.

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?

The description is two concise, information-dense sentences. It front-loads the primary action and output, then expands with the key processing steps without any filler or redundant content.

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 the complex nested schema and no output schema, the description covers the essential behavior (purpose, process, return value). It does not mention progress checks or failure handling, but the description is complete enough for an agent to select and invoke the tool correctly.

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?

Schema description coverage is 0%, so the description must compensate. It adds meaning to the sole `plan` parameter by defining it as a 'declarative RenderPlan' and explaining how its components (clips, overlays, captions, music) are processed. It does not enumerate all nested properties like fps, aspect, or quality, but those are present in the schema.

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 what the tool does: 'Compile a declarative RenderPlan into an mp4 via ffmpeg'. It details the scope with specific processing steps (concatenation, overlays, captions, music) and return value, distinguishing it from siblings like render_carousel.

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?

It gives clear context for when to use it ('deterministic, brand-aware, no generation keys needed') and describes the input ('declarative RenderPlan'). However, it does not explicitly mention alternatives or when not to use this tool (e.g., render_carousel for carousels, generate_video for generative content).

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/luke-fairbanks/broll'

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