Skip to main content
Glama
UditMahaldar

HP ALM MCP Server

by UditMahaldar

alm_ensure_test_plan_folder

Automatically create missing folders in a test plan path to ensure the complete folder structure exists.

Instructions

Ensure a Test Plan folder path exists, creating any missing folders.

Args: folder_path: '/' separated path, e.g. 'AppName/Sprint1/Regression'.

Returns: {"folder_id": "", "folder_path": ""}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
folder_pathYes
Behavior3/5

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

Description discloses the side effect of creating missing folders and returns the folder ID and path. However, it does not clarify behavior when the folder already exists (e.g., idempotent), nor mention permissions or errors. With no annotations, this is acceptable but not thorough.

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: two lines plus a returns block. Every sentence serves a purpose. The main action is front-loaded, and the parameter description is efficient.

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?

Given the tool's simplicity (one param, no output schema), the description adequately covers purpose, parameter format, and return structure. It could mention idempotency or error handling, but for an 'ensure' tool, the basics are sufficient.

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

Parameters4/5

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

The Args section adds meaning beyond the input schema by describing the format ('/' separated path) and providing an example ('AppName/Sprint1/Regression'). Since schema coverage is 0%, this provides needed context for the single parameter.

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?

Description states specific verb 'Ensure' and resource 'Test Plan folder path', and explains that it creates missing folders. This clearly distinguishes it from sibling tools like 'alm_ensure_test_lab_folder' which operates on a different context.

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 explicit guidance on when to use this tool vs alternatives like 'alm_ensure_test_lab_folder' or other folder-related tools. The description implies a use case for ensuring a path exists, but lacks conditions or exclusions.

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