Skip to main content
Glama

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

TableJSON Schema
NameRequiredDescriptionDefault
folderNoslides
workspace_dirNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden of behavioral disclosure. It transparently states that the tool reads configuration files, returns a JSON string, and describes the metadata content (slide counts, resolution, media files). It also explains the default directory resolution for 'workspace_dir'. This is adequate for a read-only discovery tool, though it does not cover edge cases like missing folders or empty scenes.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with clear sections (intro, file source, args, returns). Every sentence adds value: it names the exact file format, the producing command, default behavior, and return type. No filler or redundancy exists.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple read-only tool with two optional parameters and a clear return type, the description is complete enough. It explains the input files, the arguments, and the output. It could mention error behavior (e.g., missing folder) but that is a minor gap given the tool's simplicity and the presence of a return schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate, and it does. The 'Args' section provides natural language semantics for both parameters: 'folder' specifies the directory with rendered assets, and 'workspace_dir' explains the environment variable fallback. This adds meaningful meaning beyond the schema's type/default information, though it could still elaborate on path normalization or validation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool 'Discovers rendered scenes and their slide metadata' with a specific verb and resource. It further distinguishes itself from siblings by explaining it reads '<scene>.json' files produced by 'manim-slides render', making its role as an inspection/discovery tool unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says the tool reads files produced by 'manim-slides render', providing clear context for when it should be used (after rendering). It does not explicitly name alternatives or exclusions, but the context is strong enough that an agent can infer it complements preview/export/compile tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/antoniomachuca/MCP-Manim-Slides'

If you have feedback or need assistance with the MCP directory API, please join our Discord server