Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_video_info | Get detailed information about a video file |
| convert_video | Convert a video file to a different format |
| extract_audio | Extract audio from a video file |
| create_video_from_images | Create a video from a sequence of images |
| trim_video | Trim a video to a specific duration |
| add_watermark | Add a watermark to a video |
| trim_audio | Trim an audio file to a specific duration |
| extract_frames | Extract frames from a video as sequential image files |