Skip to main content
Glama
rijul170

Sophos Central MCP Server

by rijul170

sophos_get_siem_alerts

Retrieve Sophos SIEM alerts for external integration. Supports cursor pagination; returns alerts from the last 24 hours.

Instructions

Retrieve alerts from the Sophos SIEM API for integration with external SIEM systems. Alerts are from the last 24 hours only. Use the cursor from the response (next_cursor) to paginate; check has_more to know if more pages exist.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of alerts to return per request (min 200, max 1000, default 200)
cursorNoPagination cursor from a previous response (next_cursor field) to fetch the next batch of alerts
from_dateNoReturn alerts after this point in time. Must be a UTC Unix timestamp (seconds since epoch, e.g. '1700000000'). Must be within the last 24 hours.
tenant_idYesThe tenant ID to query SIEM alerts for
Behavior4/5

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

Without annotations, the description carries the full burden. It discloses the time window (last 24 hours) and pagination behavior (cursor, has_more). However, it does not mention rate limits, authentication requirements, response structure, or that it is a read-only operation (though inferred). The disclosed behaviors are essential and add value beyond a basic description.

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 three sentences with no waste. It front-loads the purpose, then constraints, then pagination. Every sentence earns its place, making it concise yet informative.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

There is no output schema, so the description should explain return values. It only mentions cursor and has_more, but does not describe the alert structure, fields, or that it returns an array. Given the complexity of SIEM alerts and the presence of sibling tools like 'sophos_get_alert' that might return detailed data, this description leaves a gap in understanding the output format.

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?

Schema description coverage is 100%, so baseline is 3. The description does not add new meaning to any parameters; it only mentions cursor and has_more from the response, which are not input parameters. No additional syntax, formatting, or contextual hints are provided beyond what the schema already covers.

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 verb 'retrieve' and the resource 'alerts from the Sophos SIEM API', with the specific context 'for integration with external SIEM systems'. This distinguishes it from siblings like 'sophos_get_alert' (single alert) and 'sophos_get_siem_events' (different resource), meeting the criteria for specific verb+resource and sibling differentiation.

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

Usage Guidelines4/5

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

The description provides explicit usage context: alerts are only from the last 24 hours, and pagination instructions (use cursor, check has_more) are given. It implicitly suggests this tool is for bulk SIEM integration rather than individual alert retrieval, but it does not explicitly list alternatives or when not to use the tool. The 24-hour window is a key constraint that guides the agent.

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