Skip to main content
Glama
Ollikell

hpe-security-director-cloud-mcp

by Ollikell

sdcloud_create_content_security_profile

Create a content security profile to define security settings for traffic inspection in Security Director Cloud.

Instructions

Create a new content security profile object.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesJSON request body matching the target Security Director Cloud schema.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.8/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It only states 'create', implying a mutation, but fails to disclose behavioral traits such as required permissions, side effects (e.g., whether deployment is triggered), or reversibility.

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 a single, clear sentence with no unnecessary words. It is appropriately sized and front-loaded.

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 complexity (nested object parameter, no output schema), the description lacks completeness. It does not explain the return value (e.g., created profile ID) or any post-creation state. A more complete description would include response details or prerequisites.

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

Parameters2/5

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

The input schema has a single 'body' parameter described as 'JSON request body matching the target Security Director Cloud schema', which is vague. The tool description adds no additional meaning beyond this generic schema description, leaving the agent without guidance on the required fields.

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 'create' and the resource 'content security profile object', which distinguishes it from other security profile tools like anti_spam or content_filtering. However, it does not specify any additional scope or constraints.

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 is provided on when to use this tool versus alternatives. There is no mention of prerequisites, typical use cases, or when not to use it. Sibling tools include many similar create operations, but no differentiation is given.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools