Skip to main content
Glama

render_motion_tool

Idempotent

Render a customized MP4 with a Mographr free tool. Pass the tool slug, optional variantId (a design-system variant from get_motion_tool; defaults to the tool's default variant), optional colorSchemeId, and fields — the text values keyed by field key. Returns a renderId to poll with get_motion_render plus the interactive page URL. Free renders carry a small mographr.com watermark and take ~1–3 minutes on the CPU render lane.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYes
fieldsNoText values keyed by field key, e.g. {"title": "Jane Doe", "subtitle": "Product Designer"}
variantIdNoDesign-system variant id (from get_motion_tool). Optional.
colorSchemeIdNoColor scheme id (from get_motion_tool). Optional.

TDQS

A4.7/5.0
Behavior5/5

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

The description goes well beyond the annotations by disclosing that free renders contain a watermark, take ~1–3 minutes on the CPU render lane, and return a renderId plus interactive page URL. These behavioral details help the agent set expectations, even though annotations already indicate non-readonly and idempotent behavior.

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?

Three dense sentences front-load the purpose, then explain required and optional inputs, and finally disclose output and timing. Every sentence earns its place with no filler, making it easy to scan.

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 tool with no output schema, the description adequately explains what is returned, how to poll for the result, and the expected runtime. It also ties into sibling tools (get_motion_tool and get_motion_render) to form a complete workflow.

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?

The schema covers 75% of parameters, and the description adds useful semantics by explaining that variantId comes from get_motion_tool and defaults to the tool's default variant, and that fields hold text values keyed by field key. This adds meaning beyond the raw schema, though some details are redundant.

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 opens with 'Render a customized MP4 with a Mographr free tool', a specific verb+resource pair that clearly states the action and object. It distinguishes itself from sibling tools (get_motion_tool, get_motion_render, list_motion_tools) by focusing on the rendering action rather than listing or retrieving.

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 description clearly implies when to use this tool: when you need to render a customized MP4 after obtaining a slug and optional ids from get_motion_tool, and it directs polling to get_motion_render. It provides solid contextual guidance, though it does not explicitly enumerate exclusions or contrast with all sibling tools.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool has a clear, distinct role: listing available tools, fetching a tool's schema, initiating a render, and polling render status. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: list_motion_tools, get_motion_tool, render_motion_tool, get_motion_render. The verbs clearly indicate the action, and the nouns are consistent.

Tool Count5/5

Four tools is well-suited for this server's scope—covering discovery, schema inspection, rendering, and polling. No tool feels redundant or missing.

Completeness5/5

The tool set covers the full workflow: list available templates, get detailed customization options, render a video, and retrieve the result. There are no obvious gaps for the stated purpose.