Skip to main content
Glama
Milo0821

Zephyr Scale MCP Server

by Milo0821

update_test_run

Update an existing test cycle's owner, name, description, planned dates, or status. Unspecified fields are preserved. For Zephyr Scale Cloud.

Instructions

Update an existing test cycle — set owner, name, description, dates, or status. Unspecified fields are preserved. Cloud only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoNew name for the test cycle (optional)
ownerNoJira Account ID of the new owner (e.g., "6269ee89494f17007056d8f0")
status_idNoNumeric status ID to set (optional)
descriptionNoNew description (optional)
test_run_keyYesTest cycle key to update (e.g., PROJ-R123)
planned_end_dateNoPlanned end date in ISO format (optional)
planned_start_dateNoPlanned start date in ISO format (optional)
Behavior4/5

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

Discloses key behavioral trait: mutation (update), field preservation for unspecified fields, and environment constraint (Cloud only). No annotations provided, so description carries full burden. Missing details like error handling, permissions, or response format, but sufficient for a simple update tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences with no wasted words. First sentence states action and scope, second adds key behavioral and environmental context. Front-loaded with most important information.

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?

Adequate for a simple update tool with no output schema. Covers main parameters, preservation behavior, and environment. Could mention expected response or error cases for full completeness, but not critical given the tool's simplicity.

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 has 100% description coverage, so baseline is 3. Description enumerates some parameters but adds no new meaning beyond what schema already provides. The 'unspecified fields preserved' note is behavioral, not parameter-specific.

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?

Clear verb 'Update' with specific resource 'existing test cycle' and explicit list of updatable fields (owner, name, description, dates, status). Distinguishes from sibling tools like create_test_run, delete_test_run, and get_test_run by implying modification of existing entities. Includes environment constraint 'Cloud only'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Implicitly guides to use for modifying an existing test cycle, but does not explicitly state when not to use or suggest alternatives. The note 'Unspecified fields are preserved' provides helpful usage behavior. Could be improved by contrasting with create_test_run for new cycles.

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/Milo0821/Zephyr_mcp_server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server