Skip to main content
Glama
rijul170

Sophos Central MCP Server

by rijul170

sophos_list_detected_exploits

Read-only

List exploit attempts detected by exploit mitigation. Optionally filter results by page, size, or exclude specific exploit thumbprints.

Instructions

List exploit attempts detected by exploit mitigation. Optionally exclude specific exploit thumbprints.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number
page_sizeNoResults per page (default 50)
tenant_idYesTenant UUID
thumbprint_not_inNoComma-separated list of thumbprints to exclude from results
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description's listing behavior is consistent. No additional behavioral traits (e.g., auth needs, rate limits) are disclosed beyond what annotations imply.

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 sentences, each serving a purpose: core listing action and optional filter. No extraneous text, front-loaded with the main function.

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?

Adequate for a simple listing tool with four parameters. No output schema, but the response format (list of exploit attempts) is implied. Could mention the expected result structure or link to sophos_get_detected_exploit for detail retrieval.

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?

All four parameters are fully described in the input schema (100% coverage). The description only reiterates the thumbprint_not_in parameter, adding no new semantic meaning beyond the schema.

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?

Clearly states the verb 'List' and resource 'exploit attempts detected by exploit mitigation', with optional filtering by thumbprint. Distinguishes from siblings like sophos_get_detected_exploit by focusing on listing multiple attempts.

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?

Mentions optional thumbprint exclusion but lacks explicit guidance on when to use this tool vs. alternatives like sophos_get_detected_exploit or sophos_list_exploit_mitigation_apps. No when-not or alternative tool references.

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