Skip to main content
Glama

CloudStack MCP Server

by phantosmax

list_async_jobs

Track and manage asynchronous jobs in CloudStack MCP Server by filtering based on job status (pending, success, error) and result type for efficient monitoring and troubleshooting.

Instructions

List asynchronous jobs

Input Schema

NameRequiredDescriptionDefault
jobresulttypeNoJob result type
jobstatusNoJob status (0=pending, 1=success, 2=error)

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "jobresulttype": { "description": "Job result type", "type": "string" }, "jobstatus": { "description": "Job status (0=pending, 1=success, 2=error)", "type": "number" } }, "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