Skip to main content
Glama
SmartBear

SmartBear MCP server

Official
by SmartBear

Zephyr: Create Test Case Issue Link

zephyr_create_test_case_issue_link

Create a link between a Jira issue and a Zephyr test case using the test case key and Jira issue ID, enabling traceability between requirements and tests.

Instructions

Create a new link between an issue in Jira and a Test Case in Zephyr

Toolset: Test Cases

Parameters:

  • testCaseKey (string) required: The key of the test case. Test case keys are of the format [A-Z]+-T[0-9]+

  • issueId (number): The Jira issue ID

Examples:

  1. Create a link between the test case SA-T1 and the Jira Issue ID 10100

{
  "testCaseKey": "SA-T1",
  "issueId": "10100"
}

Expected Output: The newly created Issue Link with its ID and self link

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issueIdNoThe Jira issue ID
testCaseKeyYesThe key of the test case. Test case keys are of the format [A-Z]+-T[0-9]+

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoThe ID of the entity
selfNo
Install Server

TDQS

B3.2/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already signal readOnlyHint=false and idempotentHint=false, which the description's 'Create a new link' aligns with. The description adds the expected output ('The newly created Issue Link with its ID and self link'), which is useful. However, it does not disclose what happens on duplicate links, whether missing test cases/issues cause failures, or any permission requirements — behavior an agent would want given the non-idempotent hint.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The purpose is front-loaded in a single clear sentence, followed by well-labeled sections for toolset, parameters, and a worked example. The example earns its place by showing both parameters in context. Some redundancy exists since the parameter list duplicates the schema's descriptions, but overall the structure is efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With an output schema present, return values are structurally covered, and the description adds an 'Expected Output' note anyway. Purpose, parameters, example, and output are all addressed. The clear gaps are the absence of sibling differentiation from the other create-issue-link tools and the lack of duplicate/error behavior disclosure, which leaves a moderately complex linking operation slightly under-specified.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so baseline 3 applies. The description restates the schema descriptions nearly verbatim for both parameters, adding little semantic value beyond the schema. The worked example is useful but flawed: it shows 'issueId': '10100' as a string, contradicting the schema's declared integer type, which could mislead an agent copying the example.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The first sentence, 'Create a new link between an issue in Jira and a Test Case in Zephyr', states a specific verb and resource. It implicitly differentiates from the near-identical siblings zephyr_create_test_cycle_issue_link and zephyr_create_test_execution_issue_link by explicitly naming 'Test Case', but it never names those alternatives, so differentiation is left to inference.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives no guidance on when to use this tool versus its close siblings (zephyr_create_test_cycle_issue_link, zephyr_create_test_execution_issue_link, zephyr_create_test_case_web_link). The example demonstrates how to call it but provides no decision rule, exclusions, or conditions for when this link type is appropriate over the others.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

Latest Blog Posts

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/SmartBear/smartbear-mcp'

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