Skip to main content
Glama

render

Build an MP4 video by combining ordered shots, text/image overlays, per-shot audio, and optional music from a JSON composition.

Instructions

Render ordered shots, local overlays, per-shot audio and optional music to MP4.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
outputYes
compositionYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It only states the action without mentioning side effects (e.g., file writing to output path), resource intensity, or any constraints beyond what the schema implies. There is no information about return values or failure modes.

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 a single, focused sentence that efficiently conveys the core function without unnecessary detail. It is front-loaded with the action and lists the key inputs clearly.

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?

Given the complex nested schema with many properties and no annotations or output schema, this sparse description leaves agents without critical context such as expected output format, side effects, or usage scenarios. It is inadequate for a tool with two required parameters and deep nesting.

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%, so the description must compensate. It gives a high-level idea that composition includes shots, overlays, audio, and music, but does not explain the 'output' parameter or provide detailed semantics for any field. The added value is minimal.

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 ordered shots, local overlays, per-shot audio, and optional music to MP4. It uses a specific verb (render) and resource (MP4 output), and effectively differentiates from sibling tools like concat or overlay by focusing on final composite output.

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?

The description provides no guidance on when to use this tool versus siblings such as concat, overlay, or audio_mix. It does not mention alternatives, conditions, or exclusions, leaving the agent to infer usage context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools