Skip to main content
Glama

LoadRunner Cloud MCP Server

by pbandreddy

get_active_test_runs

Retrieve active test runs from LoadRunner Cloud, filtering by status or project IDs. Utilize this tool to monitor and manage ongoing performance tests efficiently.

Instructions

Get active test runs from LoadRunner Cloud.

Input Schema

NameRequiredDescriptionDefault
projectIdsNoThe project IDs to filter the test runs (empty means all).
statusNoThe status of the test runs (RUNNING, INITIALIZING, CHECKING_STATUS, STOPPING, DELAYED).

Input Schema (JSON Schema)

{ "properties": { "projectIds": { "description": "The project IDs to filter the test runs (empty means all).", "type": "string" }, "status": { "description": "The status of the test runs (RUNNING, INITIALIZING, CHECKING_STATUS, STOPPING, DELAYED).", "type": "string" } }, "required": [], "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/pbandreddy/loadrunner-cloud-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server