Skip to main content
Glama
SmartBear

SmartBear MCP server

Official
by SmartBear

Zephyr: Create Test Execution Issue Link

zephyr_create_test_execution_issue_link

Associate a Jira issue with a Zephyr test execution by creating a direct link between them.

Instructions

Create a new link between a Jira issue and a Test Execution in Zephyr

Toolset: Test Executions

Parameters:

  • testExecutionIdOrKey (string) required: The ID or key of the test execution. Test execution keys are of the format [A-Z]+-E[0-9]+

  • issueId (number) required: The Jira issue ID

Examples:

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

{
  "testExecutionIdOrKey": "SA-E40",
  "issueId": 10100
}

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

  1. Create a link between the test execution with ID 1 and the Jira Issue ID 20050

{
  "testExecutionIdOrKey": "1",
  "issueId": 20050
}

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issueIdYesThe Jira issue ID
testExecutionIdOrKeyYesThe ID or key of the test execution. Test execution keys are of the format [A-Z]+-E[0-9]+
Install Server

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already signal that this is a non-read-only, non-destructive write, and the description reinforces it by saying it creates a link. It also adds return behavior by stating 'no output is expected' in both examples, though it does not address prerequisites, duplicate-link handling, or permission requirements.

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

Conciseness3/5

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

The structure is clear with headings and code-block examples, but the parameter list duplicates schema content and the two examples repeat the same expected-output sentence. It is organized yet slightly redundant.

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 two-parameter tool, the examples and schema cover the mechanics of invocation, including both ID and key formats and no return value. Missing are usage context versus sibling link tools and any prerequisite/error information, so it is adequate but not 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 the baseline is 3 even without additional detail. The description's parameter list restates the schema rather than adding meaning; the examples usefully demonstrate both key (SA-E40) and numeric-ID forms but add no new semantics.

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+resource: 'Create a new link between a Jira issue and a Test Execution in Zephyr', exactly matching the tool name. This clearly distinguishes it from sibling link tools like zephyr_create_test_case_issue_link and zephyr_create_test_cycle_issue_link by naming the resource type.

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?

No guidance is given about when to choose this tool over alternatives such as zephyr_create_test_case_issue_link or zephyr_get_test_execution_links. The 'Toolset: Test Executions' label provides category context and the examples show invocation, but there are no exclusions, prerequisites, or conditions for use.

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