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 |
---|---|
read_video_metadata | 读取视频文件的完整元数据信息 |
update_video_metadata | 更新视频文件的元数据信息 |
add_video_tags | 为视频添加标签 |
remove_video_tags | 从视频中删除标签 |
search_videos | 在指定目录中搜索符合条件的视频文件 |
batch_update_metadata | 批量更新多个视频文件的元数据 |
batch_add_tags | 批量为多个视频添加标签 |
batch_remove_tags | 批量从多个视频中删除标签 |