Skip to main content
Glama
UditMahaldar

HP ALM MCP Server

by UditMahaldar

alm_find_test_set

Locate a test set in HP ALM Test Lab by its exact name and retrieve its unique ID.

Instructions

Find a test set in Test Lab by its exact name and return its ID.

Args: test_set_name: Exact name of the test set.

Returns: {"found": true/false, "test_set_id": "", "test_set_name": ""}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
test_set_nameYes
Behavior2/5

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

No annotations provided, and the description only covers the return format and parameter. It does not disclose whether the operation is read-only, potential error conditions, or any side effects. The description carries the full burden but discloses minimal behavioral traits.

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: two sentences plus clearly formatted Args and Returns. Every part adds value, and the main action is front-loaded. No redundancy.

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?

For a simple lookup tool with one parameter and no output schema, the description explains the input constraint and return structure adequately. However, it could mention whether the name is case-sensitive or if multiple test sets can share the same name, which would enhance completeness.

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 single parameter test_set_name is described as 'Exact name', adding critical constraint that the schema (which only has title and type) did not provide. This fully compensates for the 0% schema description coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool finds a test set by exact name and returns its ID. The verb 'Find' and resource 'test set in Test Lab' are specific. However, it does not explicitly differentiate from similar sibling tools like alm_find_test_by_name, leaving room for confusion.

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?

No guidance on when to use this tool versus alternatives. There is no mention of prerequisites, when not to use it, or how it compares to other search tools in the sibling list.

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