Skip to main content
Glama
SmartBear

SmartBear MCP server

Official
by SmartBear

Zephyr: Get Test Execution

zephyr_get_test_execution
Read-onlyIdempotent

Retrieve detailed information about a Zephyr test execution by providing its ID or key. Use this to query test execution status, results, and metadata directly.

Instructions

Get details of test execution specified by id or key 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 test execution with id 1

{
  "testExecutionIdOrKey": "1"
}

Expected Output: The test execution with its details

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

{
  "testExecutionIdOrKey": "PROJ-E123"
}

Expected Output: The test execution 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
idYesThe ID of the entity
keyNoTest execution key
linksNo
commentNoComment added against overall test case execution.
projectYesID and link relative to Zephyr project.
testCaseYes
automatedNoIndicates if the test execution was done manually or not.
testCycleNo
environmentNoID and link to the environment resource.
assignedToIdNoAtlassian Account ID of the Jira user.
customFieldsNoMulti-line text fields support HTML and should denote new lines with the \<br\> tag. Dates should be in the format 'yyyy-MM-dd'. Users should have values of Jira User Account IDs.
executedByIdNoAtlassian Account ID of the Jira user.
actualEndDateNoThe actual end date of the test cycle. Format: yyyy-MM-dd'T'HH:mm:ss'Z'
estimatedTimeNoEstimated duration in milliseconds.
executionTimeNoActual test execution time in milliseconds.
jiraProjectVersionNoID and Link to fetch information about Jira Project version. Relates to 'Version' or 'Releases' in Jira projects.
testExecutionStatusYesID and link to the status resource.
Install Server

TDQS

B3.1/5.0
Behavior2/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is clear. The description adds no behavioral context beyond the parameter format and examples; it does not mention response behavior, error cases, or any side effects, though none are expected for a read-only get operation.

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 with clear sections for parameters and examples, and it is appropriately compact for a one-parameter tool. The repeated 'Expected Output: The test execution with its details' lines are somewhat redundant and add little value.

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, read-only, single-parameter fetch tool, the definition is largely complete: the schema covers the parameter, annotations cover the behavioral safety profile, and an output schema exists. The examples clarify both supported identifier formats, leaving no critical gap for correct invocation.

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% and the schema includes the same parameter description plus a regex pattern. The description adds two concrete examples using an id ('1') and a key ('PROJ-E123'), which is helpful, but it does not provide meaning beyond what the schema already conveys.

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 states a specific verb ('Get details'), the resource ('test execution'), and the lookup mechanism ('specified by id or key'), making the tool's purpose clear. It does not explicitly name sibling tools like zephyr_get_test_executions, but the singular resource and the id/key qualifier distinguish it well enough.

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 use this tool versus alternatives such as zephyr_get_test_executions (the plural listing tool). The intended use is only implied by the parameter name and examples, and there is no mention of exclusions or conditions.

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