Skip to main content
Glama
SmartBear

SmartBear MCP server

Official
by SmartBear

Zephyr: Create Test Case Web Link

zephyr_create_test_case_web_link

Create a web link for a Zephyr test case by providing its key, URL, and optional description. Returns the new link's ID and self link.

Instructions

Create a new Web Link for a Test Case in Zephyr

Toolset: Test Cases

Parameters:

  • description (string): The web link description

  • url (string) required: The web link URL

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

Examples:

  1. Create a web link for test case SA-T1 pointing to Atlassian's homepage

{
  "testCaseKey": "SA-T1",
  "url": "https://www.atlassian.com",
  "description": "Link to Atlassian's homepage"
}

Expected Output: The newly created Web Link with its ID and self link

  1. Attach a documentation link to test case MM2-T15 for pump specifications

{
  "testCaseKey": "MM2-T15",
  "url": "https://docs.atlassian.com",
  "description": "Documentation for pump specifications"
}

Expected Output: The newly created Web Link with its ID and self link

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe web link URL
descriptionNoThe web link description
testCaseKeyYesThe key of the test case. Test case keys are of the format [A-Z]+-T[0-9]+

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoThe ID of the entity
selfNo
Install Server

TDQS

A3.7/5.0
Behavior3/5

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

The annotations already indicate this is a non-read-only, non-idempotent, non-destructive write operation. The description accurately adds that it creates a new link and describes the expected created-resource output, but it does not disclose additional behavioral context such as side effects, authentication needs, or failure modes.

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 front-loaded with the purpose and uses a clear structure with toolset, parameters, and examples. The parameter list repeats the schema somewhat, but the examples are useful; the only minor redundancy is repeating the same expected-output text in both examples.

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 3-parameter create operation with full schema coverage and an output schema, the description provides enough information to call the tool correctly. It includes required parameter markers, key format, and concrete examples; the main omitted piece is an explicit routing note for when a web link on a test case is not the right choice.

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 parameter descriptions in the description largely duplicate the schema. The examples add useful concrete testCaseKey values and show the optional description omitted, but they do not add significant meaning beyond what the schema already provides.

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 states a specific verb ('Create'), a specific resource ('Web Link'), and a specific scope ('for a Test Case in Zephyr'). This clearly distinguishes it from sibling tools like zephyr_create_test_cycle_web_link and zephyr_create_test_case_issue_link.

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?

Usage is implied through 'for a Test Case' and the 'Toolset: Test Cases' label, and the examples show concrete scenarios. However, the description does not explicitly say when to prefer this tool over the cycle web-link or issue-link alternatives, so the guidance is mostly inferential.

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