Skip to main content
Glama
UditMahaldar

HP ALM MCP Server

by UditMahaldar

alm_list_test_instances

Retrieve all test instances in a test set by providing its ID. The response includes each instance's ID, name, and status.

Instructions

List all test instances (pulled tests) inside a test set.

Args: test_set_id: ID of the test set.

Returns: {"instances": [{"id", "name", "status"}, ...], "count": , "test_set_id": ""}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
test_set_idYes
Behavior3/5

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

No annotations are provided, so the description carries full burden. It implies a read operation by stating 'list', and specifies the return structure (id, name, status). However, it does not disclose any behavioral traits like authentication requirements, side effects, or pagination behavior, which would be expected for a list operation.

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 extremely concise with no wasted words. It includes an Args and Returns section with a clear JSON structure, making it easy to understand quickly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity (1 parameter, no nested objects, no output schema), the description is complete. It specifies the parameter meaning and the exact return format, which is sufficient for correct invocation.

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 sole parameter test_set_id is described as 'ID of the test set', which adds meaning beyond the schema's title alone. Given that schema description coverage is 0%, the description compensates fully by providing clear semantics.

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 it lists all test instances inside a test set, with a specific verb and resource. It distinguishes from sibling tools like alm_find_test_instance (find specific) and alm_list_test_cases (different entity).

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

Usage Guidelines2/5

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

The description does not provide guidance on when to use this tool vs alternatives, nor any exclusions or prerequisites. It simply states what it does without contextual usage advice.

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