Skip to main content
Glama

CloudStack MCP Server

by phantosmax

list_events

Retrieve system events by level, type, and date range to monitor and analyze activity on the CloudStack MCP Server for efficient cloud resource management.

Instructions

List system events

Input Schema

NameRequiredDescriptionDefault
enddateNoEnd date (YYYY-MM-DD)
levelNoEvent level (INFO, WARN, ERROR)
startdateNoStart date (YYYY-MM-DD)
typeNoEvent type

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "enddate": { "description": "End date (YYYY-MM-DD)", "type": "string" }, "level": { "description": "Event level (INFO, WARN, ERROR)", "type": "string" }, "startdate": { "description": "Start date (YYYY-MM-DD)", "type": "string" }, "type": { "description": "Event type", "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