Skip to main content
Glama
rijul170

Sophos Central MCP Server

by rijul170

sophos_create_firewall_group

Create a firewall group with assigned firewalls. Optionally import config from a firewall or set a parent group.

Instructions

Create a new firewall group. At least one firewall UUID must be assigned at creation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesGroup name (3–40 characters)
tenant_idYesTenant UUID
parent_group_idNoParent group UUID if creating a child group
assign_firewallsYesComma-separated firewall UUIDs to add to the new group (required)
config_import_source_firewall_idNoUUID of a firewall to import configuration settings from
Behavior2/5

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

No annotations provided, so description must fully disclose behaviors. Only mentions the creation act and the firewall assignment requirement, but lacks details on reversibility, side effects, or permissions needed.

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?

Two sentences, no filler. Front-loaded with purpose, followed by a critical constraint. Every word adds value.

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?

No output schema, so description should indicate what is returned (e.g., group details). Only covers purpose and one constraint; missing information on success/failure behavior, idempotency, or what the agent can expect after creation.

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

Parameters4/5

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

Schema coverage is 100%, baseline 3. Description adds value by reinforcing that at least one firewall UUID is required, which is not explicitly stated in the schema's description of assign_firewalls ('Comma-separated firewall UUIDs to add to the new group (required)'). This clarifies that the list cannot be empty.

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?

Clearly states the action ('Create') and resource ('firewall group') with a specific constraint ('At least one firewall UUID must be assigned'). Distinguishes from sibling tools like update, delete, list, and get.

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 on when to use this tool versus alternatives (e.g., update_firewall_group). Does not mention prerequisites like permissions or whether it can be used for root groups.

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/rijul170/sophos-central-mcp'

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