Skip to main content
Glama

CloudStack MCP Server

by phantosmax

list_users

Retrieve a list of users in CloudStack MCP Server by filtering based on account, domain ID, or user state for efficient user management.

Instructions

List users

Input Schema

NameRequiredDescriptionDefault
accountNoAccount name to filter users
domainidNoDomain ID to filter users
stateNoUser state

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "account": { "description": "Account name to filter users", "type": "string" }, "domainid": { "description": "Domain ID to filter users", "type": "string" }, "state": { "description": "User 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