Skip to main content
Glama

Xray MCP Server

remove_tests_from_test_set

Remove specific tests from an existing test set in Xray test management to maintain accurate test coverage and organization.

Instructions

Remove tests from an existing test set

Input Schema

NameRequiredDescriptionDefault
testIssueIdsYesArray of test issue IDs to remove
testSetIssueIdYesThe test set issue ID (not key)

Input Schema (JSON Schema)

{ "properties": { "testIssueIds": { "description": "Array of test issue IDs to remove", "items": { "type": "string" }, "type": "array" }, "testSetIssueId": { "description": "The test set issue ID (not key)", "type": "string" } }, "required": [ "testSetIssueId", "testIssueIds" ], "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