render_scene
Render the current manim scene to a video file. Uses background rendering to avoid timeouts, returning a render ID to poll for the output path.
Instructions
Render the current scene to a video file.
Renders in the background to avoid MCP timeouts. Returns a render_id immediately. Poll get_render_result() with that render_id to check completion and get the output path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fmt | No | Output format ("mp4", "gif", "mov"). | mp4 |
| output_path | No | Path for the output video file. If None, uses a temp file. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||