Skip to main content
Glama
SmartBear

SmartBear MCP server

Official
by SmartBear

Zephyr: Create Test Execution Issue Link

zephyr_create_test_execution_issue_link

Create a link between a Jira issue and a Zephyr test execution to associate issues with test runs.

Instructions

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

Toolset: Test Executions

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

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

Annotations indicate the tool is not read-only and not destructive, which is consistent with the creation action. The description adds that 'no output is expected', providing clarity on the return behavior. However, it does not disclose potential side effects, authentication requirements, or error conditions.

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 structured with a clear purpose followed by examples. It is reasonably concise, though the 'Expected Output' lines could be omitted as they repeat the same statement. Front-loads the key action effectively.

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

Completeness4/5

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

For a simple tool with two parameters and no output schema, the description adequately covers the operation. It states no output is expected, which completes the understanding. However, it does not address edge cases like duplicate link creation, which could be relevant.

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% with descriptions for both parameters. The description adds value through examples showing valid inputs, but does not provide additional semantic meaning beyond what the schema already offers. Baseline of 3 is appropriate.

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 clearly states the action: 'Create a new link between a Jira issue and a Test Execution in Zephyr'. It uses a specific verb and resource, and the title distinguishes it from sibling tools like create_test_case_issue_link or create_test_cycle_issue_link.

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 provides no explicit guidance on when to use this tool over alternatives. It includes examples but fails to differentiate from other link creation tools in the sibling list, leaving the agent without context for 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