list_scenes
List rendered scenes and slide metadata from slide configuration files, including slide counts, resolution, and media files.
Instructions
Discover rendered scenes and their slide metadata in the workspace.
Reads the slide configuration files (``<scene>.json``) produced by
``manim-slides render`` and returns structured metadata for each scene,
including slide counts, resolution, and per-slide media files.
Args:
folder: Directory containing the rendered slide assets (default "slides").
workspace_dir: Working directory. Defaults to the ``WORKSPACE_DIR``
environment variable or the current directory.
Returns:
A JSON string listing the discovered scenes and their slide metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder | No | slides | |
| workspace_dir | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |