Skip to main content
Glama
jamescash1976

SentinelOne MCP Server

s1_list_sites

List SentinelOne sites to identify client segments in an MSP/MSSP console. Returns site names, states, license counts, SKU, expiration, and health status for each site.

Instructions

List sites in the SentinelOne management console. In an MSP/MSSP console, sites are how clients are segmented — use this to discover the client list, then feed site IDs into the other tools. Returns name, state, licence counts (active/total), SKU/suite, expiration and health status per site.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoFilter to sites whose name contains this text
limitNoMax records per response (default 25, max 1000).
cursorNoPagination cursor: pass the nextCursor from the previous response to get the next page.
statesNoComma-separated site states to include: "active", "expired", "deleted". Default "active".
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 what the tool returns (name, state, licence counts, SKU/suite, expiration, health status) and implies read-only behavior. It doesn't mention pagination or rate limits, but the schema covers params; the return-field disclosure adds meaningful value beyond the schema.

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 concise, front-loaded sentences. The first states the main action and context; the second explains additional return fields and usage. No wasted words or redundant information.

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?

No output schema exists, but the description explicitly lists the returned fields, which fulfills that need. It also provides the MSP/MSSP context and workflow, making the tool self-contained for an agent unfamiliar with SentinelOne.

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% with each parameter adequately described. The description does not add extra parameter semantics, but it does mention feeding site IDs into other tools, which relates to output rather than parameters. Baseline 3 is appropriate given the schema already handles parameter documentation.

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 'List sites' with a specific resource (sites) and adds context about MSP/MSSP segmentation. It distinguishes itself from sibling tools by focusing on site discovery as the client list entry point, not agents, threats, or activities.

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?

It explicitly says 'use this to discover the client list, then feed site IDs into the other tools,' giving clear workflow guidance. This tells the agent when to use this tool and how it relates to alternatives, making it a natural first step in an MSP/MSSP context.

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