describe_vpcs
Retrieve a list of VPCs within a specified region using the tool on the Alibaba Cloud Operations MCP Server. Simplifies querying VPC details for efficient cloud management.
Instructions
查询VPC列表
Args:
region: 区域ID,如cn-beijing
Input Schema
Name | Required | Description | Default |
---|---|---|---|
region | No | cn-beijing |
Input Schema (JSON Schema)
{
"properties": {
"region": {
"default": "cn-beijing",
"title": "Region",
"type": "string"
}
},
"title": "describe_vpcsArguments",
"type": "object"
}