Skip to main content
Glama

Xray MCP Server

update_test_run_status

Update the status of a specific test run to reflect current execution results, such as marking tests as PASS or FAIL to maintain accurate test tracking.

Instructions

Update the status of a specific test run (e.g., mark as PASS or FAIL)

Input Schema

NameRequiredDescriptionDefault
statusYesThe new status for the test run
testRunIdYesThe test run ID (obtained from test execution details)

Input Schema (JSON Schema)

{ "properties": { "status": { "description": "The new status for the test run", "enum": [ "TODO", "EXECUTING", "PASS", "FAIL", "ABORTED", "PASSED", "FAILED" ], "type": "string" }, "testRunId": { "description": "The test run ID (obtained from test execution details)", "type": "string" } }, "required": [ "testRunId", "status" ], "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/c4m3lblue-star/xray-mcp'

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