ListBuckets
Retrieve a list of all Alibaba Cloud OSS buckets in a specified region, optionally filtered by a bucket name prefix, using the AlibabaCloud MCP Server API.
Instructions
列出指定区域的所有OSS存储空间。
Input Schema
Name | Required | Description | Default |
---|---|---|---|
Prefix | No | AlibabaCloud OSS Bucket Name prefix | |
RegionId | No | AlibabaCloud region ID | cn-hangzhou |
Input Schema (JSON Schema)
{
"properties": {
"Prefix": {
"default": null,
"description": "AlibabaCloud OSS Bucket Name prefix",
"title": "Prefix",
"type": "string"
},
"RegionId": {
"default": "cn-hangzhou",
"description": "AlibabaCloud region ID",
"title": "Regionid",
"type": "string"
}
},
"title": "ListBucketsArguments",
"type": "object"
}