Skip to main content
Glama
BeardedInfoSec

Picus Security MCP Server

picus_get_action_alerts

Retrieve alerts raised by SIEM/EDR integrations for a specific action in the latest simulation run. Use simulation, threat, action, and integration IDs to filter results.

Instructions

List alerts raised by a SIEM/EDR integration for one action (latest run).

Path is scoped to the latest run. Returns alerts with name, source, log_type, and time (epoch milliseconds). Paginated via limit (default 100, max 1000) and offset. node_id disambiguates an action used multiple times within a threat; if omitted, the first node is used. Alerts only appear when the simulation is enriched with an integration that has alert analysis enabled.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
node_idNo
action_idYes
threat_idYes
simulation_idYes
integration_idYes
Behavior5/5

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

No annotations are provided, so the description carries the full burden. It discloses pagination (limit, offset, max 1000), node_id disambiguation, and the condition that alerts only appear with enriched integration having alert analysis enabled. This is comprehensive behavioral context.

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 5 sentences, front-loads the purpose, and avoids unnecessary words. It is concise but could be more structured (e.g., bullet points for return fields or parameters).

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?

Given 7 parameters, 4 required, no output schema, and no annotations, the description covers basic behavior and a condition but omits explanations for required IDs and return format details beyond field names. It is adequate but not fully complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, so the description must explain parameters. It describes limit, offset, and node_id, but the four required parameters (simulation_id, threat_id, action_id, integration_id) are not explained. This leaves significant gaps for an agent to correctly invoke the tool.

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 it lists alerts for a specific action, scoped to the latest run, and specifies return fields (name, source, log_type, time). This distinguishes it from sibling tools that deal with agents, devices, frameworks, etc.

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 implies usage when you need alerts for a specific action from an integration, and notes it is scoped to the latest run. However, it does not explicitly state when not to use this tool or provide alternatives, though the context is 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/BeardedInfoSec/picus-security-mcp'

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