Skip to main content
Glama
ddivins

hpe-security-director-cloud-mcp

by ddivins

sdcloud_list_ips_profile_exempt_rules

List exempt rules within an IPS profile with pagination and filtering to review exceptions to intrusion prevention policies.

Instructions

List exempt rules within an IPS profile.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fromNoStarting index for pagination (zero-based). Default 0.
sizeNoMax results per page. 0 returns the API-imposed maximum.
sortbyNoSort field, e.g. sortby=(name(descending)).
filtersNoFilter conditions to apply to the results.
profile_uuidYes
Behavior2/5

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

With no annotations provided, the description bears full responsibility for behavioral disclosure. It states 'list' implying a read-only operation, but does not specify safety (e.g., no side effects), authentication needs, rate limits, or error behavior (e.g., what happens if profile_uuid is invalid). The absence of such details leaves agents with insufficient behavioral context.

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 sentence, which is concise but lacks any structure such as important sections (e.g., pagination details, value defaults). It is not overly verbose but under-specifies for a tool with 5 parameters.

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 5 parameters, no output schema, and no annotations, the description is insufficient. It does not explain pagination mechanics, filtering via the 'filters' parameter, result ordering, or the output format. This leaves an agent unprepared to correctly invoke the tool or interpret its results.

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

Parameters3/5

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

Schema description coverage is 80% (4 of 5 parameters have descriptions), so the schema already conveys parameter meaning. The tool description adds no additional information about parameters beyond what the schema provides, leading to a neutral score of 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'List' and the resource 'exempt rules within an IPS profile', distinguishing it from sibling tools like 'sdcloud_create_ips_profile_exempt_rule' (create) and 'sdcloud_list_ips_profile_rules' (lists regular rules). However, it could be more specific about scope (e.g., 'all exempt rules') and implicitly mentions pagination via input schema parameters.

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?

The description provides no guidance on when to use this tool vs alternatives such as 'sdcloud_list_ips_profile_rules' or 'sdcloud_get_ips_profile_exempt_rule'. It lacks context for appropriate usage and no exclusions are mentioned.

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