Skip to main content
Glama
BeardedInfoSec

Picus Security MCP Server

picus_get_run_threats

List a run's results broken down by threat, objective, and action, showing prevention status and detection analysis per integration, with pagination.

Instructions

List a run's results broken down by threat -> objective -> action.

Each threat and action carries a prevention status (e.g. blocked / unblocked / achieved) and detection analysis (log_result / alert_result per integration). Paginated via limit (default 10, max 50) and offset; response includes a pages object with total_count.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
run_idYes
simulation_idYes
Behavior4/5

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

No annotations provided; description carries full burden. It discloses that the tool returns threats with prevention status and detection analysis (log_result/alert_result), and mentions pagination behavior. It does not explicitly state read-only or auth needs, but the read-only nature is reasonable and no contradictions.

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?

Three sentences, front-loaded with purpose, no redundant information. Each sentence adds value: purpose, result structure, pagination details. Efficient and well-structured.

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?

Given the tool's moderate complexity (hierarchical output, pagination), the description covers purpose, behavior, and parameter details adequately. No output schema, but return structure is described. Enough for an agent to use correctly without needing additional context.

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

Parameters4/5

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

Schema has 0% description coverage; description compensates by explaining limit and offset: 'Paginated via limit (default 10, max 50) and offset; response includes a pages object with total_count.' It adds max 50 constraint not in schema. Does not elaborate on simulation_id or run_id, but those are clear from name.

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 a run's results broken down by threat -> objective -> action.' It specifies verb and resource, and the hierarchical breakdown distinguishes it from sibling tools like picus_get_run_result which likely lists runs at a higher level.

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?

The description provides context (paginated with limit/offset) but lacks explicit when-to-use/not-use guidance or alternatives among the many sibling tools. The usage is implied for getting detailed threat-level results of a run.

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