Skip to main content
Glama

delete_group

Destructive

Delete an NSX security group with built-in protection against removal if any entity references it, covering all dependency types.

Instructions

[WRITE] Delete an NSX security group.

Refuses deletion if any entity references the group, using NSX's own group-associations dependency API. This covers every reference class: DFW rules/policies, gateway-firewall policies, nested groups (another group referencing this one), and service-insertion/IDS-IPS policies. Also refuses if the reference check itself fails (fail-safe).

Args: group_id: ID of the group to delete. target: Optional NSX Manager target name from config.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
group_idYes
targetNo
Behavior5/5

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

Even with destructiveHint=true in annotations, the description adds rich behavioral context: it refuses deletion if any entity references the group, covers all reference classes (DFW, gateway, nested groups, etc.), and includes a fail-safe on check failure. This goes well beyond the annotations.

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 well-structured with a [WRITE] tag, a one-sentence action statement, a paragraph detailing refusal conditions, and an Args section. Every sentence adds value, and the key information is front-loaded.

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 complexity of the tool (destructive, with dependency checks), the description covers the main behavior and edge cases. However, it omits details on return values (no output schema) and whether the operation is synchronous. Still, it is sufficiently complete for a well-annotated tool.

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?

Schema coverage is 0%, so the description carries full burden. It provides brief but clear semantics for both parameters (group_id: ID of group, target: optional NSX Manager target). While minimal, it adds meaning beyond the schema's type and titles.

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 explicitly states 'Delete an NSX security group,' providing a clear verb+resource pair. This is distinct from sibling tools like create_group, get_group, and list_groups, leaving no ambiguity.

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

Usage Guidelines4/5

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

The description does not explicitly state when to use versus alternatives, but it clearly details preconditions (refuses if references exist). This gives implicit guidance on when deletion is safe or blocked, which is practical for the agent.

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/zw008/VMware-NSX-Security'

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