list_oss_buckets
Retrieve a list of OSS buckets in a specified region using Alibaba Cloud Operations MCP Server. Simplifies bucket management and access for cloud storage.
Instructions
列出OSS存储桶
Args:
region: 区域ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
region | No | cn-beijing |
Input Schema (JSON Schema)
{
"properties": {
"region": {
"default": "cn-beijing",
"title": "Region",
"type": "string"
}
},
"title": "list_oss_bucketsArguments",
"type": "object"
}