tos_get_bucket_meta
Retrieve metadata for a specified TOS storage bucket to access configuration details and properties through the TOS MCP Server.
Instructions
获取存储桶元数据
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bucket_name | Yes | 存储桶名称 |
Input Schema (JSON Schema)
{
"properties": {
"bucket_name": {
"description": "存储桶名称",
"type": "string"
}
},
"required": [
"bucket_name"
],
"type": "object"
}