Skip to main content
Glama
SmartBear

SmartBear MCP server

Official
by SmartBear

Zephyr: Get Test Case Links

zephyr_get_test_case_links
Read-onlyIdempotent

Retrieve all issue and web links associated with a specific test case in Zephyr, using the test case key.

Instructions

Get all links (issue links and web links) associated with a test case in Zephyr

Toolset: Test Cases

Parameters:

  • testCaseKey (string) required: The key of the test case. Test case keys are of the format [A-Z]+-T[0-9]+

Examples:

  1. Get all links associated with the test case with key 'SA-T10'

{
  "testCaseKey": "SA-T10"
}

Expected Output: The links (issue links and web links) associated with the test case

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
testCaseKeyYesThe key of the test case. Test case keys are of the format [A-Z]+-T[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
webLinksNoA list of web links for this entity
Behavior3/5

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

The annotations already indicate the tool is read-only, idempotent, and non-destructive. The description does not add any behavioral traits beyond these annotations; it only repeats the functional purpose. No additional details about side effects, authentication, or limitations are provided.

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 concise with a two-sentence purpose, clear parameter listing, and a well-formatted example. It is front-loaded with the core action. However, the 'Toolset: Test Cases' line is somewhat redundant given the tool name.

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?

The description adequately explains what the tool does and provides a complete example. An output schema exists (not shown), so return values are presumably documented. No prerequisites or error conditions are mentioned, but for a simple retrieval tool, the context is sufficient.

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?

The input schema provides full coverage (100%) with a description and pattern for testCaseKey. The description reinforces this with a concrete example (using 'SA-T10'), which adds practical value beyond the schema's formal definition.

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 tool retrieves all links (issue links and web links) for a test case, using specific verb 'Get' and resource 'links associated with a test case'. It distinguishes itself from sibling tools like zephyr_get_test_case or zephyr_get_test_case_steps by focusing solely on 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 implies the tool should be used when needing to retrieve links for a test case, but it does not explicitly state when to use it versus alternatives (e.g., creating links) or provide exclusion criteria. The context is clear but lacks explicit guidance.

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