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 | 获取视频文件的详细信息,包括时长、分辨率、帧率等 |
| take_screenshot | 在指定时间点截取视频单帧画面 |
| batch_screenshot | 按固定时间间隔批量截取视频画面 |
| validate_video | 验证视频文件是否有效且支持处理 |