Skip to main content
Glama
jelmervdm

Sophos Firewall MCP Server

by jelmervdm

sophos_create_ip_host

Create IP host objects (IP, Network, Range, or List) to define host and subnet definitions for firewall policies.

Instructions

Create a new IP host object (IP Address, Network, IP Range, or IP List).

Use when registering host IP or network subnet definitions for firewall policies.

Args: name: Unique name for the host object. host_type: Type of host object ('IP', 'Network', 'IPRange', or 'IPList'). Default is 'IP'. ip_address: IP address or starting IP address/subnet. subnet_mask: Subnet mask if host_type is 'Network' (e.g. '255.255.255.0' or '24'). ip_family: IP protocol family ('IPv4' or 'IPv6'). Default is 'IPv4'. client: Optional SophosFirewallClient instance.

Returns: API response status dictionary.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesUnique name for the host object.
clientNo
host_typeNoType of host object: 'IP', 'Network', 'IPRange', or 'IPList'.IP
ip_familyNoIP protocol family: 'IPv4' or 'IPv6'.IPv4
ip_addressNoIP address or network prefix (e.g. '192.168.1.100').192.168.1.100
subnet_maskNoSubnet mask if host_type is 'Network' (e.g. '255.255.255.0' or '24').

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already indicate the tool is not read-only (readOnlyHint=false) and not destructive (destructiveHint=false). The description adds that it creates an object but does not disclose behavioral details such as idempotency (per hint false), authentication requirements, or rate limits. The output schema is mentioned but not detailed. This is adequate but not exceptional.

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 structured with a primary statement, usage guidance, and an Args/Returns section. It is front-loaded with the key purpose. However, the Args section somewhat redundantly repeats schema information, making it slightly less concise than optimal.

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 the tool has 6 parameters (1 required), high schema coverage (83%), and an output schema, the description covers all essential aspects. It explains when to use the tool, parameter details, and the return type. No critical information is missing for an AI agent to select and invoke the tool correctly.

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 high (83%), so baseline is 3. The description adds value by providing examples for parameters like subnet_mask ('e.g. 255.255.255.0' or '24') and explaining host_type options. This goes beyond the schema 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 clearly states the tool creates a new IP host object, listing specific types (IP, Network, IP Range, IP List). This distinguishes it from the sibling tool sophos_create_fqdn_host, which handles FQDN hosts. The verb 'create' and resource 'IP host' are precise.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description includes a usage line: 'Use when registering host IP or network subnet definitions for firewall policies.' This provides context, though it does not explicitly state when not to use it. Given siblings like sophos_create_fqdn_host, the differentiation is implied but not explicitly stated.

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/jelmervdm/sophos-firewall-mcp'

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