list_zones
Retrieve availability zones within CloudStack MCP Server to manage cloud resources effectively; filter results to display only currently available zones.
Instructions
List availability zones
Input Schema
Name | Required | Description | Default |
---|---|---|---|
available | No | Show only available zones |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {
"available": {
"default": true,
"description": "Show only available zones",
"type": "boolean"
}
},
"type": "object"
}