Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
TOS_REGION | No | TOS region, defaults to cn-beijing | cn-beijing |
TOS_ACCESS_KEY | Yes | Your TOS access key | |
TOS_SECRET_KEY | Yes | Your TOS secret key |
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 |
---|---|
tos_create_bucket | 创建 TOS 存储桶 |
tos_list_buckets | 列举 TOS 存储桶 |
tos_get_bucket_meta | 获取存储桶元数据 |
tos_delete_bucket | 删除 TOS 存储桶 |
tos_put_object | 上传对象到 TOS |
tos_get_object | 从 TOS 下载对象 |
tos_list_objects | 列举 TOS 对象 |
tos_delete_object | 删除 TOS 对象 |
tos_presigned_url | 生成预签名 URL |
tos_image_info | 获取图片信息 |
tos_image_process | 图片处理(组合操作,支持多种处理参数) |
tos_video_snapshot | 视频截帧(支持持久化) |
tos_video_info | 获取视频信息 |