Skip to main content
Glama
SmartBear

SmartBear MCP server

Official
by SmartBear

Zephyr: Create Test Cycle Issue Link

zephyr_create_test_cycle_issue_link

Link a Jira issue to a Zephyr test cycle using the test cycle ID or key and the Jira issue ID.

Instructions

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

Toolset: Test Cycles

Parameters:

  • testCycleIdOrKey (string) required: The ID or key of the test cycle.

  • issueId (number) required: The Jira issue ID

Examples:

  1. Create a link between the test cycle with key SA-R1 and the Jira Issue ID 10100

{
  "testCycleIdOrKey": "SA-R1",
  "issueId": 10100
}

Expected Output: The link between Test Cycle and Jira issue should be created, but no output is expected.

  1. Create a link between the test cycle with ID 1001 and the Jira issue ID 20200

{
  "testCycleIdOrKey": "1001",
  "issueId": 20200
}

Expected Output: The link between Test Cycle and Jira issue should be created, but no output is expected.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issueIdYesThe Jira issue ID
testCycleIdOrKeyYesThe ID or key of the test cycle.
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already communicate that this is a non-read-only, non-destructive operation. The description adds useful behavioral context by explicitly stating 'no output is expected' in the expected output for both examples, which is valuable since no output schema exists. It also implies a new link is created each time, consistent with idempotentHint=false.

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 well-structured and front-loaded with the core purpose. The examples earn their place by demonstrating both accepted key formats, and the repeated 'no output expected' note is directly useful. However, the parameter list and 'Toolset' heading partly duplicate what the name and schema already provide, preventing a perfect score.

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

Completeness5/5

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

For a simple two-parameter create-link operation, the description is complete: it covers purpose, parameter formats, expected behavior, and explicitly states that no output will be returned. The annotations cover the safety profile, and the examples resolve ambiguity in how testCycleIdOrKey can be 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 coverage is 100%, so the baseline is 3. The description repeats the parameter names and descriptions already present in the schema. The examples do illustrate the two acceptable forms of testCycleIdOrKey ('SA-R1' and '1001'), which is mildly helpful but does not add substantial semantic meaning beyond the schema's pattern.

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

Purpose5/5

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

The description opens with a specific verb and resource: 'Create a new link between an issue in Jira and a Test Cycle in Zephyr.' This clearly distinguishes it from sibling tools like zephyr_create_test_case_issue_link and zephyr_create_test_execution_issue_link by naming the exact entity pair being linked.

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

Usage Guidelines4/5

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

The description gives clear context for when the tool is appropriate: whenever an issue-to-test-cycle link is needed. It does not explicitly name alternatives or provide when-not-to-use guidance, but the entity pairing is specific enough to direct selection among the similar create-link siblings. 'Toolset: Test Cycles' reinforces the context.

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