Skip to main content
Glama
UditMahaldar

HP ALM MCP Server

by UditMahaldar

alm_execute_test

Execute a test end-to-end in a single call: locate the test instance, create a run, and update status and steps to record automation results in ALM.

Instructions

Full end-to-end test execution in a single call.

Finds the test instance → creates a run → updates run status → updates all run steps. This is the primary tool for recording automation results in ALM.

Args: test_set_id: ALM ID of the test set containing the test instance. test_id: ALM ID of the test case in Test Plan. test_name: Name matching the test instance in the test set. status: 'Passed' or 'Failed'. comments: Optional comment written to step actual-result field. peer_reviewer: Optional ALM username to set as peer reviewer (user-template-06).

Returns: {"success": true/false, "test_run_id", "status", "steps_updated": }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
test_set_idYes
test_idYes
test_nameYes
statusYes
commentsNo
peer_reviewerNo
Behavior3/5

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

The description discloses the steps involved (finds instance, creates run, updates status and steps), which is helpful. However, it does not mention idempotency, error handling, or whether a new run is always created. Given no annotations, more detail on behavioral traits would be beneficial.

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?

The description is concise, with a short intro, a bullet list of high-level steps, and structured Args and Returns sections. Every sentence adds value, and the format is 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?

The description covers the composite operation, all parameters, and return format. It positions the tool among siblings. Missing some context on prerequisites or error conditions, but given the tool's complexity and lack of output schema, it is reasonably complete.

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?

The description provides an Args section with clear explanations for each parameter, including status values and optional fields. Since the input schema has 0% description coverage, the description fully compensates by adding meaning beyond just names and types.

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 performs 'full end-to-end test execution' in a single call, listing specific steps. It distinguishes from sibling tools by emphasizing it is a composite operation, unlike more granular tools like alm_create_test_run or alm_update_run_status.

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?

The description explicitly says 'This is the primary tool for recording automation results in ALM,' providing clear context for when to use it. While it does not list specific alternatives or when not to use it, the context is sufficient for an agent to understand its primary role.

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