Skip to main content
Glama
ddivins

hpe-security-director-cloud-mcp

by ddivins

sdcloud_get_template_deploy_status

Check the overall status of a template deployment job to verify completion or identify issues.

Instructions

Get the overall status of a template deploy job.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
deploy_idYes
Behavior2/5

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

No annotations are provided, so the description must fully convey behavior. It only states 'Get the overall status' without disclosing whether it is a read operation, the nature of the response (e.g., polling, eventual consistency), or any prerequisites. This is insufficient for a status-checking tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence with no redundancy. However, it could be expanded slightly to include essential details without becoming verbose. The front-loading is good.

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

Completeness2/5

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

Given the lack of annotations and output schema, the description fails to provide adequate context. It does not explain the lifecycle of a template deploy job, how to use deploy_id, or what the response contains. The sibling tools offer context implicitly, but the description itself is incomplete.

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

Parameters2/5

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

The schema has 0% description coverage for the only parameter, deploy_id. The description does not explain what deploy_id represents (e.g., the identifier returned from a deploy operation). Without additional context, an agent cannot determine how to obtain this value.

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 verb 'Get' and resource 'overall status of a template deploy job', which is specific and distinguishes it from sibling tools like sdcloud_get_template_deploy_result_by_device (per-device status) or sdcloud_get_template (template details).

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 is provided on when to use this tool versus alternatives such as sdcloud_get_template_deploy_result_by_device or sdcloud_get_template_preview_status. The usage context is only implied by the name.

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/ddivins/hpe-security-director-cloud-mcp'

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