Skip to main content
Glama
SmartBear

SmartBear MCP server

Official
by SmartBear

Zephyr: Get Test Cycle

zephyr_get_test_cycle
Read-onlyIdempotent

Fetch complete details for a test cycle by its ID or key, including status, steps, and metadata.

Instructions

Get details of test cycle specified by id or key in Zephyr

Toolset: Test Cycles

Parameters:

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

Examples:

  1. Get the test cycle with id 1

{
  "testCycleIdOrKey": "1"
}

Expected Output: The test cycle with its details

  1. Get the test cycle with key 'SA-R40'

{
  "testCycleIdOrKey": "SA-R40"
}

Expected Output: The test cycle with its details

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
testCycleIdOrKeyYesThe ID or key of the test cycle.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe ID of the entity
keyYesUnique key of the test cycle
nameYesName of the Test Cycle
linksNoRepresents all links that a Test Cycle has.
ownerNo
folderNoID and link to the folder resource.
statusYesID and link to the status resource.
projectYesID and link relative to Zephyr project.
descriptionNoDescription outlining the scope.
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.
plannedEndDateNoThe planned end date of the test cycle. This field cannot be blank. Setting it as null or excluding it from the request will leave the field values unchanged. ISO 8601 Format (i.e., yyyy-MM-dd'T'HH:mm:ss'Z')
plannedStartDateNoPlanned start date of the test cycle. This field cannot be blank. Setting it as null or excluding it from the request will leave the field values unchanged. ISO 8601 Format (i.e., yyyy-MM-dd'T'HH:mm:ss'Z')
jiraProjectVersionNoID and Link to fetch information about Jira Project version. Relates to 'Version' or 'Releases' in Jira projects.
Install Server

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare the tool read-only, idempotent, and non-destructive, so the description is not burdened with safety disclosure. It adds expected output wording ('The test cycle with its details') and concrete examples, but no deeper behavioral context such as not-found behavior or response shape. No contradiction with annotations exists.

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 purpose is front-loaded, and the parameter list and examples are logically organized. The repeated 'Expected Output: The test cycle with its details' after both examples is slightly redundant, but overall the structure is easy to scan and every section earns its place.

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 single-parameter, read-only tool with a full input schema, an output schema, and two worked examples, the description provides everything needed to invoke it correctly. Nothing critical is missing given the simple complexity and the presence of structured metadata.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/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. The description adds value by pairing the schema pattern with concrete examples ('1' and 'SA-R40') that make it clear how to supply either a numeric ID or a key, which is more immediately useful than the raw regex alone.

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 uses a specific verb ('Get details') and a specific resource ('test cycle specified by id or key'), which unambiguously identifies what the tool does. It is clearly differentiated from the sibling zephyr_get_test_cycles by its singular scope.

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 usage by showing examples for both ID and key inputs, but it never explicitly states when to choose this tool over the plural zephyr_get_test_cycles or other related tools. No alternative is named and no exclusion criteria are given.

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