Skip to main content
Glama

LoadRunner Cloud MCP Server

by pbandreddy

projects_getLoadTestRuns

Retrieve load test runs for a specific project in LoadRunner Cloud to analyze performance test results and monitor project progress.

Instructions

Retrieve runs for a load test in a project from LoadRunner Cloud.

Input Schema

NameRequiredDescriptionDefault
loadTestIdYesThe ID of the load test.
projectIdYesThe ID of the project.

Input Schema (JSON Schema)

{ "properties": { "loadTestId": { "description": "The ID of the load test.", "type": "string" }, "projectId": { "description": "The ID of the project.", "type": "string" } }, "required": [ "projectId", "loadTestId" ], "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