Skip to main content
Glama
rijul170

Sophos Central MCP Server

by rijul170

sophos_create_allowed_item

Adds a globally allowed item in Sophos Central by specifying type (sha256, certificateSigner, or path) and required details, with a comment explaining the reason.

Instructions

Add a globally allowed item. For 'sha256' type supply sha256. For 'path' type supply fileName and optionally path. For 'certificateSigner' type supply certificateSigner.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoFile path (optional with type 'path', e.g. $desktop/documents/filename.txt)
typeYesType of allowed item
sha256NoSHA256 hash (required when type is 'sha256')
commentYesReason for allowing this item
file_nameNoFile name (required when type is 'path')
tenant_idYesTenant UUID
origin_person_idNoPerson UUID who originally encountered the item
certificate_signerNoCertificate signer value (required when type is 'certificateSigner')
origin_endpoint_idNoEndpoint UUID where the item was originally detected
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It only explains parameter dependencies and fails to disclose any behavioral traits such as whether the item is overwritten if it already exists, required permissions, rate limits, or any side effects. The agent learns little about the operation's impact.

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?

The description is extremely concise, using only three sentences. The main action is front-loaded in the first sentence, and the subsequent sentences provide essential usage detail without any wasted words.

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 complexity (9 parameters, conditional dependencies, no output schema, no annotations), the description is incomplete. It does not explain the concept of a 'globally allowed item,' its scope, or the outcome of the operation. The agent lacks essential context to understand the tool's role and impact.

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%, but the description adds value by explaining the conditional parameter requirements based on the 'type' field. This clarifies the interdependencies beyond the schema descriptions, which already state required conditions. The description effectively guides parameter usage.

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 'Add a globally allowed item' with a specific verb and resource. It distinguishes this tool from siblings like sophos_create_blocked_item by specifying 'allowed' and detailing the three types (sha256, path, certificateSigner).

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

Usage Guidelines3/5

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

The description provides clear guidance on which parameters to supply for each type ('For 'sha256' type supply sha256...'), but it does not offer any guidance on when to use this tool versus alternatives like sophos_create_blocked_item or sophos_create_exclusion. Usage context is implied but not explicit.

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