Skip to main content
Glama
jelmervdm

Sophos Firewall MCP Server

by jelmervdm

sophos_list_firewall_rules

Read-only

List all firewall security rules on your Sophos Firewall appliance. Optionally filter by name to find specific policies.

Instructions

List firewall security rules configured on the appliance.

Use when browsing security policies or searching for rules matching a specific name.

Args: name: Optional firewall rule name filter. client: Optional SophosFirewallClient instance.

Returns: List or dict of firewall rule configurations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoOptional firewall rule name filter.
clientNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations declare readOnlyHint=true, so description adds limited behavioral context beyond that. Mentions return type ('List or dict') which is useful but not critical. No disclosure of pagination, limits, or other side effects, but adequate for a read-only list operation.

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?

Very concise (4 lines), front-loaded with purpose, then usage, then args/returns. No extraneous words. Clear structure that is easy to parse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Tool has output schema (not shown), so description needn't detail return values. It mentions return type. For a simple list with two optional params, the description covers the essentials. Could add detail about no pagination or default behavior, but sufficient for safe use.

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 50% (only name described). Description adds meaning for 'client' ('Optional SophosFirewallClient instance') beyond the schema, which has no description. For 'name', it repeats schema info. Compensates for missing schema detail on client parameter.

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?

Description clearly states action ('List firewall security rules') and resource ('configured on the appliance'). Distinguishes from sibling tools (e.g., sophos_get_firewall_rule for single rule) by implying a batch operation. Includes usage context ('browsing security policies, searching by name').

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?

Explicitly states when to use ('browsing security policies or searching for rules matching a specific name'). Does not explicitly mention when not to use or list alternatives, but the context is clear given sibling tools.

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