Skip to main content
Glama

export_render

Export a video project's last render to a preset format like YouTube 16:9, Reels 9:16, square 1:1, or source. Supports loudness normalization.

Instructions

Export last render (or path) to preset: youtube_16x9 | reels_9x16 | square_1x1 | source.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
presetNoyoutube_16x9
loudnormNo
project_idYes
render_pathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations provided, so the description carries full burden. It fails to disclose important behaviors: what 'last render' means if no render exists, side effects of loudnorm, or any requirements. The description is too terse to provide transparency.

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

Conciseness3/5

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

The description is extremely concise (one sentence), but this comes at the cost of missing critical information. It is front-loaded, but the brevity is not justified by the complexity of the 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?

Given the complexity (4 parameters, no output schema details), the description is incomplete. It does not explain the role of loudnorm, how render_path interacts, or what happens when no render exists. Lacks context to fully understand tool behavior.

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

Parameters1/5

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

Schema description coverage is 0%. The description only adds the preset options but does not explain loudnorm, project_id, or render_path. Without this, parameters remain opaque, making it hard for an agent to use them correctly.

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 action (Export), the resource (last render or path), and the target preset formats. It distinguishes the tool from siblings like export_edl or export_multi by focusing on a single render export to specific presets.

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 explicit guidance on when to use this tool versus alternatives. The description implies it's for exporting the last render, but does not mention when not to use it (e.g., when multiple exports are needed, use export_multi). Lacks context for choosing among sibling tools.

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/dhirajlochib/VidMcp'

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