Skip to main content
Glama
rijul170

Sophos Central MCP Server

by rijul170

sophos_delete_mdr_threat_feed_indicators

Delete specific threat indicators from a firewall's MDR threat feed by providing their values. Clean up outdated or false positive indicators.

Instructions

Delete specific threat indicators from a firewall's MDR threat feed by their values.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tenant_idYesTenant UUID
firewall_idYesFirewall UUID
indicator_valuesYesComma-separated indicator values to delete (e.g. IPs, domains, URLs)
Behavior2/5

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

With no annotations provided, the description bears full responsibility for behavioral disclosure. It only states that the tool deletes indicators, but does not clarify whether the operation is reversible, what permissions are required, what side effects might occur (e.g., impact on alerts), or what the return value indicates (e.g., success/failure, number deleted). This lack of transparency hinders safe and appropriate tool usage.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single short sentence, efficiently stating the core purpose. It contains no unnecessary words, but it could be slightly expanded to include critical context without losing conciseness. It is well front-loaded but lacks structure (e.g., separate usage notes).

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 absence of an output schema and the tool's destructive nature, the description is incomplete. It does not explain what the tool returns (e.g., confirmation, count of deleted items), any limitations (e.g., max number of indicator values), or required permissions. An agent lacks sufficient context to use the tool confidently and correctly.

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?

The input schema already provides 100% coverage of parameter descriptions. The description's mention of 'by their values' aligns with the schema's indicator_values description but adds no new meaning, constraints, or examples. As per guidelines, with high schema coverage, the baseline is 3, and the description does not elevate beyond that.

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 ('Delete'), the specific resource ('threat indicators from a firewall's MDR threat feed'), and the method used ('by their values'). It effectively distinguishes this tool from siblings such as sophos_delete_all_mdr_threat_feed_indicators (which deletes all indicators) and sophos_create_mdr_threat_feed_indicators (which adds indicators).

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?

The description provides no guidance on when to use this tool versus alternatives like sophos_delete_all_mdr_threat_feed_indicators. It does not specify prerequisites, conditions under which deletion is appropriate, or any exclusions. An agent cannot determine from this description alone the optimal context for invocation.

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