Skip to main content
Glama
SmartBear

SmartBear MCP server

Official
by SmartBear

Zephyr: Get Test Cycle Links

zephyr_get_test_cycle_links
Read-onlyIdempotent

Get all issues, web links, and test plans linked to a test cycle. Use test cycle ID or key to fetch associated links.

Instructions

Get all links (issues, web links, and test plans) associated with a test cycle in Zephyr

Toolset: Test Cycles

Parameters:

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

Examples:

  1. Get all links for test cycle with id 1

{
  "testCycleIdOrKey": "1"
}

Expected Output: All links (issues, web links, test plans) for the test cycle

  1. Get all links for test cycle with key 'SA-R40'

{
  "testCycleIdOrKey": "SA-R40"
}

Expected Output: All links (issues, web links, test plans) for the test cycle with key SA-R40

Input Schema

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

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
selfNoThe REST API endpoint to get more resource details.
issuesNoA list of Jira issues linked to this entity
webLinksNoA list of web links for this entity
testPlansNoA list of test plans linked to a test cycle
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true. Description only restates the read operation, adding no extra behavioral context such as error handling, permissions, or rate limits. It does not contradict annotations.

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?

Description is front-loaded with purpose and includes useful examples. Some redundancy exists (e.g., 'Toolset:' and 'Parameters:' could be omitted), but overall concise and well-structured.

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 tool with one parameter, the description adequately explains the result (links of three types) and provides examples. An output schema exists to document return format, so no further detail needed.

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 covers the single parameter with description and pattern (100% coverage). Description repeats the parameter name and type but does not add additional meaning or context beyond the schema.

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 'Get all links (issues, web links, and test plans) associated with a test cycle'. The action is 'get', resource is 'test cycle links', which is specific and distinguishes it from siblings like zephyr_get_test_cycle or zephyr_get_test_case_links.

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 provides examples but no explicit guidance on when to use this tool versus alternatives like zephyr_get_test_cycle or zephyr_get_test_case_links. The context is implied by the tool's purpose, but no when-not or alternative references are given.

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