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 by providing the test case key and issue ID.

Instructions

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

Toolset: Test Cases

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
Behavior3/5

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

Annotations already indicate readOnlyHint=false and destructiveHint=false, so the description correctly states it creates a new link. It adds the expected output but does not disclose whether the operation is idempotent or discuss permission requirements. The value added beyond annotations is moderate.

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 description is concise with a clear purpose statement and an example. The 'Toolset: Test Cases' line adds context without significant overhead. No redundant information is present, but the example could be better integrated into the main text.

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?

For a simple creation tool, the description covers the main action and provides an example. However, it fails to clarify that the issueId parameter is optional (as per schema) and does not address potential duplicate links or error handling. The output schema exists to cover return values, but the description could be more complete.

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 both parameters are documented. The description includes an example that clarifies the format of testCaseKey and issueId, but does not explain why issueId is optional (not in required list) or any constraints beyond the schema. The added value is marginal.

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 description clearly states the verb 'Create' and the resource 'link between an issue in Jira and a Test Case in Zephyr'. It effectively communicates the tool's primary purpose. However, it does not explicitly differentiate from sibling tools like zephyr_create_test_cycle_issue_link or zephyr_create_test_execution_issue_link, which would justify a perfect score.

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 lacks explicit guidance on when to use this tool versus alternatives, such as linking to test cycles or executions. It does not mention prerequisites (e.g., existence of test case and issue) or scenarios where this tool should not be used (e.g., duplicate link handling). The example is helpful but insufficient for usage selection.

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

Install Server

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