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 |
---|---|
download_video | 下载指定URL的视频到本地路径 |
get_video_info | 获取视频信息(不下载) |
get_task_status | 获取下载任务状态 |
cancel_task | 取消下载任务 |
list_tasks | 列出所有下载任务 |