Skip to main content
Glama
SmartBear

SmartBear MCP server

Official
by SmartBear

Zephyr: Get Test Execution Links

zephyr_get_test_execution_links
Read-onlyIdempotent

Retrieve all associated links for a Zephyr test execution by providing its ID or key (e.g., PROJ-E123). Quickly access related resources to analyze and manage test execution details.

Instructions

Get links for a specific 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]+

Examples:

  1. Get the links oftest execution with id 1

{
  "testExecutionIdOrKey": "1"
}

Expected Output: The test execution links with its details

  1. Get the links of test execution with key 'PROJ-E123'

{
  "testExecutionIdOrKey": "PROJ-E123"
}

Expected Output: The test execution links with its details

Input Schema

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

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
selfNoThe REST API endpoint to get more resource details.
issuesNoA list of Jira issues linked to this entity
Install Server

TDQS

B3.2/5.0
Behavior2/5

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

Annotations already establish read-only, idempotent, non-destructive behavior. The description adds only the expected output phrase, which is already covered by the output schema, and no additional behavioral context such as pagination, authorization, or error behavior.

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?

Starts with a clear one-line purpose and is organized with headings. However, the Parameters section duplicates the schema, and the 'Expected Output' line is repeated verbatim in both examples, adding redundancy; a minor typo ('oftest') also appears.

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 one-parameter, annotated read-only tool with an output schema, the description covers the essential invocation details with two representative examples. It does not explain what kinds of links are returned or how to handle missing executions, but the output schema and simple API make this a minor gap.

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?

Input schema already documents testExecutionIdOrKey with pattern and format, so schema coverage is 100%. The description repeats this and adds concrete examples of both ID and key forms, which is mildly helpful but not semantically new.

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 opening sentence names a precise action ('Get links') and target ('a specific test execution'), so an agent immediately knows what resource is affected. It differentiates from sibling zephyr_get_test_execution by emphasizing links, though it doesn't explicitly call out alternatives.

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

Usage Guidelines3/5

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

The description implies when to use it—whenever links for a known test execution are needed—and groups it under 'Test Executions.' It offers no explicit guidance on when to prefer it over zephyr_get_test_execution or the cycle/case link tools, and no exclusions.

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