Skip to main content
Glama

get_dfw_policy

Retrieve detailed configuration and rules for a specific VMware NSX distributed firewall security policy to verify settings and troubleshoot network security.

Instructions

Get full details of a single DFW security policy.

Args: policy_id: Policy identifier (e.g. 'app-tier-policy'). target: Optional NSX Manager target name from config.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
policy_idYes
targetNo
Behavior2/5

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

With no annotations provided, the description carries full burden but offers minimal behavioral disclosure. While 'Get' implies read-only safety, it lacks specifics on error handling (e.g., policy not found), authentication requirements, or rate limits for NSX Manager API calls.

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?

Appropriately brief with no wasted sentences. The Args section efficiently documents parameters, though the docstring-style formatting slightly divorces parameter details from the main descriptive sentence.

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

Completeness3/5

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

Given the lack of annotations, output schema, and schema descriptions, the description provides the minimum viable context for a read-by-ID operation. However, it omits what 'full details' entails, what DFW stands for (Distributed Firewall), and expected return structure.

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?

Compensates effectively for 0% schema description coverage by documenting both parameters in the Args section: policy_id includes a concrete example ('app-tier-policy'), and target clarifies it references an NSX Manager from config. However, it doesn't explain the relationship between parameters or validation constraints.

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 specific action ('Get full details') and resource ('single DFW security policy'), effectively distinguishing it from sibling tools like list_dfw_policies (plural/list) and create/update_dfw_policy (mutations).

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 provided on when to use this tool versus alternatives like list_dfw_policies (to discover policy_id) or update_dfw_policy. Missing prerequisites or workflow context for the NSX Manager target.

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