Skip to main content
Glama

slideshow_status

Check slideshow generation and rendering progress to know when it's ready or if it failed, including video export status.

Instructions

Check slideshow generation/rendering progress. Poll every 5-10 seconds.

Status flow: draft → generating → rendering → completed (or failed). When a video export exists, also returns video_id and video_status.

Args: slideshow_id: The slideshow ID from generate or create.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slideshow_idYes
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses the status flow (draft → generating → rendering → completed/failed) and conditional return of video_id/video_status. This is good behavioral context, though it doesn't explicitly state read-only nature or side effects (which are minimal for a status check).

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 concise (4 sentences) and front-loaded with the purpose. The status flow line and args section are efficient with no wasted words.

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 one-parameter status tool, the description is fairly complete: it covers the polling interval, status flow, and when video info appears. However, it lacks explicit mention of the main return fields (e.g., status, progress) beyond the conditional video info, which matters since there is no output schema.

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

Parameters5/5

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

The schema provides zero description for slideshow_id (0% coverage). The description compensates fully by explaining the parameter is 'The slideshow ID from generate or create', giving the source and expected value.

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 checks 'slideshow generation/rendering progress', with a specific verb and resource. It distinguishes from siblings like generate_slideshow and create_slideshow by focusing on status polling.

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?

Provides clear usage context: poll every 5-10 seconds, and explains the slideshow_id comes from generate or create. However, it doesn't explicitly mention when not to use it or name alternative tools for related operations.

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/AhmadElsaeedd/reelfarm-mcp'

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