Skip to main content
Glama

CloudStack MCP Server

by phantosmax

list_async_jobs

Track and filter asynchronous jobs in the CloudStack MCP Server by status or keyword to monitor pending, successful, or failed tasks for efficient cloud resource management.

Instructions

List asynchronous jobs

Input Schema

NameRequiredDescriptionDefault
jobstatusNoJob status (0=pending, 1=success, 2=error)
keywordNoKeyword to search jobs

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "jobstatus": { "description": "Job status (0=pending, 1=success, 2=error)", "type": "number" }, "keyword": { "description": "Keyword to search jobs", "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