Skip to main content
Glama
Ollikell

hpe-security-director-cloud-mcp

by Ollikell

sdcloud_set_firewall_global_profiles

Update the tenant-wide firewall global profile singleton using the provided JSON body, ensuring consistent firewall settings across the tenant.

Instructions

Update the tenant-wide firewall global profile singleton.

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

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description must bear the full burden of behavioral disclosure. It merely says 'Update' but does not describe side effects (e.g., overwrites entire singleton, requires specific permissions, idempotency, response format). For a mutation operation, this is insufficient to guide an agent.

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?

The description is a single sentence (8 words) with no fluff, which makes it concise. However, it is overly terse and could be structured to include more useful context. Every word earns its place, but the lack of detail prevents a higher score.

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 one-parameter schema (complex body) and no output schema, the description should clarify what the body should contain (e.g., fields of the global profile) or that this call replaces the entire singleton. It only says 'update' without elaboration, leaving significant gaps for a mutation tool.

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?

The input schema has 100% description coverage (the body parameter is described as 'JSON request body matching the target Security Director Cloud schema'). However, the description adds no additional meaning beyond the schema's own description. Baseline is 3, and the description does not elevate it.

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 explicitly states 'Update the tenant-wide firewall global profile singleton,' providing a specific verb (update), resource (firewall global profile), and scope (tenant-wide, singleton). This clearly distinguishes it from sibling tools like sdcloud_get_firewall_global_profiles or sdcloud_set_firewall_global_settings.

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 lacks any guidance on when to use this tool versus alternatives. No mention of prerequisites, when not to use, or comparison with related tools like sdcloud_get_firewall_global_profiles (for reading) or sdcloud_update_firewall_policy (for per-policy updates). This omission leaves the agent without contextual direction.

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