Skip to main content
Glama
rijul170

Sophos Central MCP Server

by rijul170

sophos_create_blocked_item

Block a file globally by its SHA256 hash to prevent execution across all endpoints, with optional filename and path for identification.

Instructions

Block an item by SHA256 hash globally. Optionally include filename and path for context.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoFile path associated with this hash (for display purposes)
sha256YesSHA256 hash of the item to block
commentYesReason for blocking this item
file_nameNoFile name associated with this hash (for display purposes)
tenant_idYesTenant UUID
Behavior3/5

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

Annotations already indicate this is a non-read, non-destructive write operation. The description adds the 'globally' scope and optional context parameters, but does not disclose side effects like whether existing blocks are overwritten or permission requirements.

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 sentences, front-loaded with the core action, and every sentence contributes meaning without redundancy.

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 no output schema, the description should explain what the response contains. It lacks details on return values or success/failure indicators, leaving the agent to infer behavior. Parameter coverage is adequate but returns are omitted.

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?

With 100% schema description coverage, the description adds minimal value: it mentions 'filename and path for context', which is similar to the schema's 'for display purposes'. Required parameters like tenant_id and comment are not explained further.

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 action ('Block an item by SHA256 hash globally') with a specific verb and resource, and the scope 'globally' distinguishes it from sibling tools like sophos_create_allowed_item.

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 no explicit guidance on when to use this tool versus alternatives. It mentions optional parameters but lacks context for when blocking is appropriate or what the prerequisites are.

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