Skip to main content
Glama
jamescash1976

SentinelOne MCP Server

s1_threat_summary

Get aggregated threat counts per site for reporting. Sums matching threats into compact totals by status, verdict, and classification, with top threat names and affected machines.

Instructions

Aggregated threat counts grouped by site — the reporting/dashboard tool. Sweeps ALL matching threats server-side and returns compact counts: per site by incident status, analyst verdict and classification, plus estate-wide totals, the most common threat names and the machines with the most detections. Ideal for "threats this month across all clients" reporting — pass created_after for the period. Use s1_threats to drill into individual detections afterwards.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
site_idsNoComma-separated site IDs to scope to. Default: whole estate.
max_threatsNoSafety cap on threats to sweep (default 5000)
created_afterNoOnly threats detected after this ISO 8601 datetime — set this for period reporting, e.g. "2026-07-01T00:00:00Z". Default: all time.
created_beforeNoOnly threats detected before this ISO 8601 datetime
incident_statusesNoComma-separated: "unresolved", "in_progress", "resolved". Default: all.
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that the tool 'sweeps ALL matching threats server-side' (implying a potentially heavy query) and returns 'compact counts' rather than full data. It also mentions the safety cap indirectly by referencing the period filter. However, it does not explicitly note the read-only nature or any rate limits, though these are implied by the reporting context.

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 purpose and usage. Every clause adds value: scope, output details, when to use, and which sibling to use instead. No redundant words.

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

Completeness5/5

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

Despite no output schema, the description summarizes the output structure: 'per site by incident status, analyst verdict and classification, plus estate-wide totals, the most common threat names and the machines with the most detections.' Combined with usage guidance and safety cap context, it gives a complete picture for selecting and invoking the tool.

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 coverage is 100%, so the schema already documents all five parameters with meaningful descriptions. The description adds a usage hint for created_after ('pass created_after for the period') but does not introduce new parameter-level details beyond the schema. Baseline 3 applies because the schema does the heavy lifting.

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?

Description clearly states the tool's purpose: 'Aggregated threat counts grouped by site' with a specific verb ('sweeps' and 'returns compact counts'). It explicitly distinguishes itself from sibling tools by identifying as 'the reporting/dashboard tool' and directing users to 'Use s1_threats to drill into individual detections afterwards.'

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

Usage Guidelines5/5

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

Provides explicit when-to-use guidance: 'Ideal for "threats this month across all clients" reporting' and instructs to 'pass created_after for the period.' It also names an alternative tool (s1_threats) for downstream drilling, making the decision boundary clear.

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/jamescash1976/sentinelone-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server