Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ZEPHYR_BASE_URL | No | Base URL for Zephyr Scale Cloud API (optional) | https://api.zephyrscale.smartbear.com/v2 |
| ZEPHYR_API_TOKEN | Yes | Your Zephyr API token (required) | |
| ZEPHYR_PROJECT_KEY | No | Default project key (optional) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_projects | List all Zephyr-integrated Jira projects |
| get_project | Get detailed information about a specific Zephyr project |
| list_folders | List folders in a project or specific folder |
| get_folder | Get detailed information about a specific folder |
| create_folder | Create a new folder in a project |
| list_test_cases | List test cases with optional filtering by project and folder |
| get_test_case | Get detailed information about a specific test case |
| create_test_case | Create a new test case |
| update_test_case | Update an existing test case |
| get_test_steps | Get test steps for a test case (paged response, 100 items per page) |
| get_all_test_steps | Get all test steps for a test case (handles pagination automatically) |
| append_test_steps | Append new test steps to a test case (max 100 steps per request) |
| get_test_script | Get the test script (Gherkin format) for a test case |
| create_test_script | Create or update a test script for a test case (removes existing test steps) |
| create_bdd_test_script | Create a BDD test script using Gherkin format with helper validation |
| list_statuses | List all available test case statuses (e.g., Draft, Ready, Approved) |
| list_priorities | List all available test case priorities (e.g., High, Medium, Low) |
| get_reference_data | Get all reference data (statuses and priorities) in a single call |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |