Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_projects | Retrieve all projects in a tenant. |
get_active_test_runs | Get active test runs from LoadRunner Cloud. |
test_runs_getTestRunTransactions | List all transaction information in a test run. |
test_runs_getTestRunResults | Get test run results from LoadRunner Cloud. |
test_runs_getHttpResponses | Get HTTP responses for a test run from LoadRunner Cloud. |
test_runs_getRecentTestRuns | Get recent test runs details for the last month from LoadRunner Cloud. Optionally filter by projectIds. |
projects_getLoadTests | Retrieve load tests for a project from LoadRunner Cloud. |
projects_getLoadTestScripts | Retrieve scripts for a load test in a project from LoadRunner Cloud. |
projects_getLoadTestRuns | Retrieve runs for a load test in a project from LoadRunner Cloud. |