Skip to main content
Glama

LoadRunner Cloud MCP Server

by pbandreddy

projects_getLoadTestScripts

Retrieve load test scripts from LoadRunner Cloud by specifying the project and load test IDs. Supports performance engineering workflows and data integration for enhanced testing automation.

Instructions

Retrieve scripts 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