Skip to main content
Glama

list_groups

Read-onlyIdempotent

List NSX security groups in the default domain, with optional name filtering and pagination to retrieve group IDs, display names, descriptions, and expression counts.

Instructions

[READ] List NSX security groups in the default domain.

Returns the list envelope: 'items' holds each group's id, display_name, description and expression count; 'returned'/'limit'/'total'/ 'truncated'/'hint' say whether the page is the whole answer — never read a full page as complete, narrow with name_filter or page with offset. Then get_group for one group's criteria and effective members.

Args: target: Optional NSX Manager target from config. name_filter: Substring/glob match on group display_name. limit: Max groups to return (default 50). offset: Matched groups to skip (pagination).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
targetNo
name_filterNo
Behavior5/5

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

Annotations already declare read-only, open-world, and idempotent hints. The description adds critical behavioral context about pagination semantics ('never read a full page as complete') and clarifies envelope fields like 'truncated'/'hint', which are not obvious from annotations alone.

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 compact yet information-dense. It front-loads the core purpose, then covers pagination caveats, a pointer to the related sibling, and parameter details in a crisp bullet-style Args block. No filler or repetition.

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

Completeness5/5

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

With no output schema, the description fully explains the return envelope and pagination semantics, making the tool self-contained. It covers default behavior, edge cases (truncated pages), and next steps, making it complete for a list-with-pagination tool.

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

Parameters5/5

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

Although the schema provides zero parameter descriptions, the Args block explains each parameter (target, name_filter, limit, offset) with practical meaning (e.g., 'Substring/glob match', 'Matched groups to skip'). This fully compensates for the schema gap.

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 starts with a clear verb-object statement: 'List NSX security groups in the default domain.' It distinguishes from siblings like get_group by noting it returns a list envelope and referencing get_group for single-group details. The [READ] prefix reinforces the read-only nature.

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

Usage Guidelines5/5

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

Provides explicit usage guidance: warns against treating a page as complete, advises narrowing with name_filter or paginating with offset, and directs users to get_group for detailed criteria. This effectively tells when to use this tool versus alternatives.

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

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