TOS MCP Server
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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| tos_create_bucketC | 创建 TOS 存储桶 |
| tos_list_bucketsB | 列举 TOS 存储桶 |
| tos_get_bucket_metaC | 获取存储桶元数据 |
| tos_delete_bucketC | 删除 TOS 存储桶 |
| tos_put_objectC | 上传对象到 TOS |
| tos_get_objectC | 从 TOS 下载对象 |
| tos_list_objectsC | 列举 TOS 对象 |
| tos_delete_objectC | 删除 TOS 对象 |
| tos_presigned_urlC | 生成预签名 URL |
| tos_image_infoC | 获取图片信息 |
| tos_image_processC | 图片处理(组合操作,支持多种处理参数) |
| tos_video_snapshotC | 视频截帧(支持持久化) |
| tos_video_infoC | 获取视频信息 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 13 tools
Every tool has a clearly distinct purpose targeting specific TOS operations like bucket management, object handling, media processing, and URL generation. There is no overlap or ambiguity between tools, as each name precisely indicates its function (e.g., tos_list_buckets vs. tos_list_objects, tos_image_info vs. tos_video_info).
All tools follow a consistent 'tos_verb_noun' pattern with snake_case throughout, such as tos_create_bucket, tos_get_object, and tos_image_process. This predictable naming convention makes it easy for agents to understand and select the appropriate tool without confusion.
With 13 tools, the set is well-scoped for a TOS (object storage) server, covering essential operations like CRUD for buckets and objects, listing, metadata retrieval, media processing, and URL generation. Each tool earns its place without feeling excessive or insufficient for the domain.
The tool surface provides complete coverage for TOS operations, including full CRUD for buckets and objects, lifecycle management (e.g., delete, list), media-specific functions (image/video info and processing), and utility features like presigned URLs. There are no obvious gaps that would hinder agent workflows in this domain.