list_storage_pools
Retrieve and filter storage pools in CloudStack MCP Server by specifying Zone ID or Cluster ID for efficient cloud resource management.
Instructions
List storage pools
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clusterid | No | Cluster ID to filter storage pools | |
| zoneid | No | Zone ID to filter storage pools |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {
"clusterid": {
"description": "Cluster ID to filter storage pools",
"type": "string"
},
"zoneid": {
"description": "Zone ID to filter storage pools",
"type": "string"
}
},
"type": "object"
}