Skip to main content
Glama
rijul170

Sophos Central MCP Server

by rijul170

sophos_create_isolation_exclusion

Create an isolation exclusion to allow specified traffic through an isolated endpoint by defining direction, remote addresses, and ports.

Instructions

Create an isolation exclusion so specific traffic can pass through even when an endpoint is network-isolated. Direction must be 'inbound' or 'outbound'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
commentNoReason for this exclusion
directionYesTraffic direction: 'inbound' or 'outbound'
tenant_idYesTenant UUID
local_portsNoComma-separated local port numbers (e.g. '443,8443')
remote_portsNoComma-separated remote port numbers (e.g. '443,8443')
remote_addressesNoComma-separated remote IP addresses or URLs allowed through isolation (e.g. '10.50.100.100')
Behavior3/5

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

No annotations provided, so the description carries the burden. It explains the effect (create an exclusion) and a constraint (direction must be inbound/outbound). However, it does not disclose potential side effects, permission requirements, or behavior regarding duplicate exclusions.

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 concise sentences: first states the purpose, second adds a key constraint. No unnecessary words. Every sentence adds value.

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

Completeness3/5

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

Given 6 parameters (2 required) and no output schema, the description covers the core purpose and one constraint but does not explain optional parameters or what happens when they are omitted. The schema fills some gaps, but for a creation tool, more context about the effect of parameters would be beneficial.

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?

Schema description coverage is 100%, so the schema already documents all parameters. The description only mentions the direction parameter, adding minimal extra meaning. It could have explained how local_ports, remote_ports, and remote_addresses work together to define the traffic allowed.

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 verb 'create', the resource 'isolation exclusion', and the context of allowing traffic through network isolation. It distinguishes from sibling tools like sophos_update_isolation_exclusion and sophos_delete_isolation_exclusion.

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 specifies when to use the tool (to allow specific traffic through network isolation) and implicitly when not to use (when not needing to bypass isolation). It does not explicitly mention alternatives but is clear enough for the intended use case.

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