create_slideshow
Generate HTML slideshows from image directories for presentations, with options for autoplay timing and direct HTML output.
Instructions
Create slideshow HTML from an image directory
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_dir | Yes | Absolute or relative image directory path | |
| auto_play | No | Autoplay interval in seconds | |
| auto_open | No | Open output automatically (ignored in MCP) | |
| return_content | No | Return inline HTML content directly |