Skip to main content
Glama
CoveoSec
by CoveoSec

device_control_get_violations

Retrieve device control violations from Cortex XSIAM using filters on endpoint, type, timestamp, and more. Supports pagination to fetch up to 100 filtered results for security analysis.

Instructions

Get Violations

Gets a list of device control violations filtered by selected fields. You can retrieve up to 100 violations.

When filtering by multiple fields:

  • Response is concatenated using AND condition (OR is not supported).

  • Maximum result set size is 100.

  • Offset is the zero-based number of incidents from the start of the result set.

Required license: Cortex XSIAM Premium or Cortex XSIAM Enterprise or Cortex XSIAM Enterprise Plus

[POST /public_api/v1/device_control/get_violations] · Endpoint Management

Example request body:

{
  "request_data": {
    "filters": [
      {
        "field": "type",
        "operator": "in",
        "value": [
          "disk drivE"
        ]
      }
    ],
    "search_to": 1
  }
}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
request_dataNoAn empty object returns all results.
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It discloses limits (100 max), filtering behavior (AND only), offset behavior, and license requirements, which adds value beyond the schema. However, it does not describe the return format or any authentication/rate-limit implications, leaving some behavioral gaps.

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 longer than minimal but well-organized: summary, bullet points for constraints, license, endpoint, and example. Every section adds value, though the example JSON is somewhat verbose. Front-loaded with the core purpose, so the structure earns a 4.

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?

For a tool with no output schema and one nested parameter, the description covers critical behavior (limits, filtering logic, license) and provides an example. However, it omits any description of the response shape or fields, which would be valuable given no output schema exists. This gap leaves it short of a 4, but it is not incomplete enough for a 2.

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 description coverage is 100%, so baseline is 3. The description adds meaningful semantic context beyond the schema: it explains AND vs OR behavior, explicit offset semantics, and provides a full example request body. This clarifies how parameters interact in practice, which the schema alone does not convey.

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 ('Gets'), the resource ('a list of device control violations'), and the filtering capability. It distinguishes itself from sibling tools by specifying 'device control violations' as the unique resource, which is not present in other get-type tools.

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?

Provides clear context on usage: maximum 100 results, AND concatenation for multiple filters, zero-based offset semantics, and required license levels. It does not explicitly name alternative tools or when not to use it, hence not a 5, but the context sufficiently guides an agent on when this tool is appropriate.

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/CoveoSec/xsiam-mcp'

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