render_motion_tool
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
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| fields | No | Text values keyed by field key, e.g. {"title": "Jane Doe", "subtitle": "Product Designer"} | |
| variantId | No | Design-system variant id (from get_motion_tool). Optional. | |
| colorSchemeId | No | Color scheme id (from get_motion_tool). Optional. |