Skip to main content
Glama

CloudStack MCP Server

by phantosmax

list_capacity

Retrieve system capacity details including memory, CPU, and storage for specific zones using CloudStack MCP Server's query tool.

Instructions

List system capacity information

Input Schema

NameRequiredDescriptionDefault
typeNoCapacity type (0=Memory, 1=CPU, 2=Storage, etc.)
zoneidNoZone ID to filter capacity

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "type": { "description": "Capacity type (0=Memory, 1=CPU, 2=Storage, etc.)", "type": "number" }, "zoneid": { "description": "Zone ID to filter capacity", "type": "string" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/phantosmax/cloudstack-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server