Skip to main content
Glama

CloudStack MCP Server

by phantosmax

list_accounts

Retrieve and filter accounts within a domain on the CloudStack MCP Server by account type or state to manage user roles and access effectively.

Instructions

List accounts

Input Schema

NameRequiredDescriptionDefault
accounttypeNoAccount type (0=User, 1=Admin, 2=DomainAdmin)
domainidNoDomain ID to filter accounts
stateNoAccount state

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "accounttype": { "description": "Account type (0=User, 1=Admin, 2=DomainAdmin)", "type": "number" }, "domainid": { "description": "Domain ID to filter accounts", "type": "string" }, "state": { "description": "Account state", "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