Skip to main content
Glama
ddivins

hpe-security-director-cloud-mcp

by ddivins

sdcloud_delete_nat_policy_rule_in_group

Delete a specific rule from a NAT policy rule group in Security Director Cloud by providing policy, group, and rule IDs.

Instructions

Delete a rule inside a NAT policy rule group.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rule_idYes
group_idYes
policy_idYes
Behavior2/5

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

The description simply states 'Delete', which implies a destructive action, but provides no additional behavioral context such as whether the deletion is immediate, requires subsequent deployment, or what happens to associated objects. Since no annotations are provided, the description carries the full burden and is insufficient.

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

Conciseness3/5

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

The description is a single concise sentence, but it is under-specified. It lacks essential details about parameters and usage context. While not verbose, it sacrifices completeness, making it borderline inadequate for an agent to use correctly.

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 tool has three required parameters, no output schema, and no annotations, the description is too sparse. It does not explain the hierarchical structure (rule inside a group inside a policy) or any prerequisites. A more complete description would include how to get the IDs and any deployment implications.

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

Parameters1/5

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

The description adds no information about the three required parameters (rule_id, group_id, policy_id) beyond their types and names in the schema. With 0% schema description coverage, the description should explain how to obtain these identifiers or their relationships, but it does not.

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 action 'Delete' and the resource 'a rule inside a NAT policy rule group', distinguishing it from sibling tools like sdcloud_delete_nat_policy_rule (without group) and sdcloud_delete_firewall_policy_rule_in_group (different policy type). The verb+resource is specific and unambiguous.

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_delete_nat_policy_rule (which deletes a rule not in a group) or sdcloud_delete_nat_policy_rule_group (which deletes an entire group). The description does not explain the hierarchy or prerequisites.

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