Skip to main content
Glama

list_idps_profiles

Read-onlyIdempotent

Lists IDPS profiles in NSX, returning each profile's ID, display name, severity, criteria filters, and overridden signature count. Supports filtering by name and pagination to manage results.

Instructions

[READ] List IDPS profiles configured in NSX.

Returns the list envelope: 'items' holds each profile's id, display_name, profile_severity (comma-joined), criteria (filter_name/filter_value pairs, e.g. ATTACK_TYPE or CVSS) and overridden signature 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_idps_status for the signature-bundle version and IDS settings.

Args: target: Optional NSX Manager target from config. name_filter: Substring/glob match on profile display_name. limit: Max profiles to return (default 50). offset: Matched profiles 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?

Beyond the readOnlyHint annotation, the description discloses detailed pagination behavior: it explains the envelope fields ('returned'/'limit'/'total'/'truncated'/'hint') and warns not to treat a page as complete. This is valuable context not available in 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 clear read marker, return-envelope explanation, pagination warning, cross-reference, and Args list. Every sentence adds functional value without redundant fluff.

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?

Given there is no output schema, the description thoroughly explains the return envelope and its fields, pagination semantics, and how to use the results. It also mentions a related tool for complementary data, making it complete for an agent to invoke correctly.

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?

The schema has zero descriptions, but the description's 'Args' section explains each parameter: target (optional NSX Manager target), name_filter (substring/glob match), limit (default 50), and offset (pagination). This fully compensates for the schema's lack of descriptions.

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 '[READ] List IDPS profiles configured in NSX', which clearly states the verb (List), resource (IDPS profiles), and scope (in NSX). This distinguishes it from sibling tools like get_idps_status and list_dfw_policies by naming the specific resource and read-only operation.

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?

The description explicitly tells the agent when to use this tool and how to handle pagination: 'never read a full page as complete, narrow with name_filter or page with offset.' It also points to an alternative, get_idps_status, for signature-bundle version and IDS settings, providing clear directional guidance.

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