Skip to main content
Glama
rijul170

Sophos Central MCP Server

by rijul170

sophos_create_allowed_item

Create a globally allowed item in Sophos Central using a SHA256 hash, file path, or certificate signer to designate trusted files or certificates.

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?

The description adds no behavioral context beyond the annotations. Annotations already indicate a write operation, but the description neither confirms nor explains side effects, necessary permissions, or error handling. For a mutation tool, more transparency is expected.

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 two concise sentences: the first states the purpose, the second provides type-specific instructions. No extraneous words, and the most important information is front-loaded.

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?

For a tool with 9 parameters and conditional requirements, the description covers the essential usage logic. However, it omits mention of return values or authentication requirements, which would enhance completeness given no output schema.

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?

With 100% schema coverage, the baseline is 3. The description adds value by summarizing conditional parameter dependencies (e.g., 'for sha256 type supply sha256'). This helps the agent understand the parameter relationships clearly, raising the score to 4.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool adds a globally allowed item, and the type-specific instructions clarify the resource. However, it does not differentiate from sibling tools like 'sophos_list_allowed_items' or 'sophos_update_allowed_item', missing an opportunity to avoid confusion.

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 is provided on when to use this tool versus alternatives (e.g., updating vs. adding). It only explains per-type parameter requirements, not when this tool is appropriate or what prerequisites are needed.

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