Skip to main content
Glama

CloudStack MCP Server

by phantosmax

list_hosts

Identify and filter physical hosts in a CloudStack environment by zone, type, and state using this MCP server tool for efficient resource management.

Instructions

List physical hosts

Input Schema

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

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "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