qmetry_link_test_cases_to_test_suite

Link test cases to a test suite in QMetry. Parameters: - tsID (number) *required*: Id of Test Suite (required) - tcvdIDs (array) *required*: Array of Test Case Version IDs (required if fromReqs is false) - fromReqs (boolean): Link TestCases from Requirements (optional, default false) Output Descr...

SERVERSmartBear MCP SOURCESmartBear/smartbear-mcp
Medium RISK CLASS
Category Write
Parameters 32 required
Recommended Rate-limitedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/smartbear-mcp/qmetry-link-test-cases-to-test-suite.md

What qmetry_link_test_cases_to_test_suite does on SmartBear MCP

AI agents use qmetry_link_test_cases_to_test_suite to create or update resources in SmartBear MCP, usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your SmartBear MCP environment.

ParameterTypeRequiredDescription
tsID number Yes Id of Test Suite (required)
tcvdIDs array Yes Array of Test Case Version IDs (required if fromReqs is false)
fromReqs boolean Link TestCases from Requirements (optional, default false)

Parameters from the server's own tool schema.

Why qmetry_link_test_cases_to_test_suite is rated Medium

This tool creates associations/relationships between test cases and a test suite. It modifies data by linking entities together, which is a reversible write operation. It does not delete, execute code, or involve financial transactions.

From the tool's definition Link test cases to a test suite in QMetry

Questions about qmetry_link_test_cases_to_test_suite

What does the qmetry_link_test_cases_to_test_suite tool do? +

Link test cases to a test suite in QMetry. Parameters: - tsID (number) *required*: Id of Test Suite (required) - tcvdIDs (array) *required*: Array of Test Case Version IDs (required if fromReqs is false) - fromReqs (boolean): Link TestCases from Requirements (optional, default false) Output Description: JSON object with linkage status and details. Use Cases: 1. Link test cases to a test suite by entity keys 2. Bulk link multiple test cases to a suite 3. Automate test suite composition from test cases Examples: 1. Link test cases to a test suite json { "tsID": 8674, "tcvdIDs": [ 5448504, 5448503 ], "fromReqs": false } Expected Output: Test cases QTM-TC-32 and QTM-TC-35 linked to test suite 8674. 2. Link test cases directly to test suites with test cases entityKeys VT-TC-9, VT-TC-10 to test suite id 1487397 json { "tsID": 1487397, "tcvdIDs": [ 5448504, 5448503 ], "fromReqs": false } Expected Output: Test cases VT-TC-9 and VT-TC-10 linked to test suite 1487397. 3. Link test case VT-TC-4, VT-TC-1,VT-TC-101, VT-TC-22 to test suite VT-TS-3 json { "tsID": 1487397, "tcvdIDs": [ 5448504, 5448503, 5448505, 5448506 ], "fromReqs": false } Expected Output: Test cases VT-TC-4, VT-TC-1, VT-TC-101, and VT-TC-22 linked to test suite VT-TS-3. Hints: 1. To get the tsID, call the Fetch Test Suites for Test Case API with rootFolderId otherwise if given folderid so use that and from response get the id. 2. To get the tcvdIDs by testcase entityKey, call the Testcase/Fetch Versions API and use data[<index>].tcVersionID. 3. Set fromReqs to false to direct test case linkage. It is categorised as a Write tool in the SmartBear MCP MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

What parameters does qmetry_link_test_cases_to_test_suite accept? +

qmetry_link_test_cases_to_test_suite accepts 3 parameters: tsID, tcvdIDs, fromReqs. Required: tsID, tcvdIDs. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on qmetry_link_test_cases_to_test_suite? +

Register the SmartBear MCP server in PolicyLayer and add a rule for qmetry_link_test_cases_to_test_suite: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches SmartBear MCP. Nothing to install.

What risk level is qmetry_link_test_cases_to_test_suite? +

qmetry_link_test_cases_to_test_suite is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.

Can I rate-limit qmetry_link_test_cases_to_test_suite? +

Yes. Add a rate_limit block to the qmetry_link_test_cases_to_test_suite rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block qmetry_link_test_cases_to_test_suite completely? +

Set action: deny in the PolicyLayer policy for qmetry_link_test_cases_to_test_suite. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides qmetry_link_test_cases_to_test_suite? +

qmetry_link_test_cases_to_test_suite is provided by the SmartBear MCP server (SmartBear/smartbear-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on SmartBear, and thousands of servers like it.

Across the catalogue

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of SmartBear's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.