get_render_result
Poll for the status of an async render started by render_scene. Retrieve the render result when complete, or continue polling with exponential backoff if still running.
Instructions
Poll for the result of an async render started by render_scene().
Returns the render result dict when done, or a "still running" status. Keep polling until status is "completed" or "failed". The caller should use exponential backoff between polls: 1s, 2s, 4s, 8s... (cap at 30s). The count resets when the render completes or fails.
IMPORTANT: Always use this MCP tool for scene operations. Do NOT write or execute standalone manim scripts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| render_id | Yes | The render_id returned by render_scene(). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||