Skip to main content
Glama

CloudStack MCP Server

by phantosmax

list_hosts

Retrieve and filter hosts in Apache CloudStack based on zone, type, state, or hypervisor. Manage cloud infrastructure efficiently with this MCP tool.

Instructions

List hosts

Input Schema

NameRequiredDescriptionDefault
hypervisorNoHypervisor type
stateNoHost state
typeNoHost type (Routing, Storage, etc.)
zoneidNoZone ID to filter hosts

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "hypervisor": { "description": "Hypervisor type", "type": "string" }, "state": { "description": "Host state", "type": "string" }, "type": { "description": "Host type (Routing, Storage, etc.)", "type": "string" }, "zoneid": { "description": "Zone ID to filter hosts", "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