Skip to main content
Glama
UditMahaldar

HP ALM MCP Server

by UditMahaldar

alm_update_run_step

Update the status and actual-result comments for a specific test run step in HP ALM.

Instructions

Update the status and actual-result comment for a single run step.

Args: test_run_id: ALM ID of the run. run_step_id: ALM ID of the run step (from alm_get_run_steps). status: 'Passed', 'Failed', 'Not Completed'. comments: Actual result / comments text to record against this step.

Returns: {"test_run_id", "run_step_id", "status", "updated": true}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
test_run_idYes
run_step_idYes
statusYes
commentsNo
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses the update behavior and return value but lacks details on side effects, permissions, idempotency, or error conditions. Adequate but not rich.

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?

Very concise: a one-line summary, followed by Args and Returns sections. Every sentence adds value, no fluff. Front-loaded with the core purpose.

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?

Covers inputs and return shape, but does not address error handling, prerequisites (e.g., run existence), or permissions. For a simple update tool, it is mostly complete. Could be improved with a note on when the update might fail.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description compensates by explaining each parameter: test_run_id, run_step_id, status (with allowed values), and comments (actual result). It also notes the provenance of run_step_id. This adds significant semantic value beyond the schema titles.

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?

Clearly states 'Update the status and actual-result comment for a single run step,' specifying the verb, resource, and fields. This distinguishes it from siblings like alm_update_run_status (updates overall run status) and alm_get_run_steps (retrieves steps).

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?

Provides context by explaining that run_step_id comes from alm_get_run_steps and lists allowed status values. However, it does not explicitly state when to use this tool vs alternatives like alm_update_run_status, nor does it mention when not to use it.

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/UditMahaldar/opentext-alm-mcp'

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