get_render_status
Check manimgl and OpenGL availability before rendering to prevent dependency errors. Returns a dictionary with the status of both components.
Instructions
Check if manimgl and OpenGL are available for rendering.
IMPORTANT: Always use this MCP tool for scene operations. Do NOT write or execute standalone manim scripts.
Returns: Dictionary with availability status of manimgl and OpenGL.
Example: >>> get_render_status()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||