Skip to main content
Glama
CoveoSec
by CoveoSec

indicators_delete

Delete indicators (IOCs) from XSIAM by applying filters on fields like type, severity, reputation, or expiration date. Requires Instance Administrator permissions.

Instructions

Delete Indicators (IOCs)

Delete IOCs selected by filter.

You must have Instance Administrator permissions to run this endpoint.

[POST /public_api/v1/indicators/delete] · IOCs

Example request body:

{
  "request_data": {
    "extended_view": false,
    "filters": [
      {
        "field": "rule_id",
        "operator": "EQ",
        "value": 57
      }
    ]
  }
}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
request_dataYes
Behavior3/5

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

With no annotations, the description carries the burden. It discloses the required permission and the endpoint, which is helpful. However, it does not state that deletion is irreversible, what the response looks like, or how filtering behaves (e.g., AND/OR logic). This is a mutation tool with no safety annotations, so more transparency would be expected.

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 relatively concise and front-loaded with the core purpose, then permission, endpoint, and example. The example block is useful for a nested filter parameter, but there is minor redundancy between the title and the first sentence. Overall, it earns its place.

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

Completeness2/5

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

For a destructive tool with a nested filter schema and no output schema, the description does not adequately explain response behavior, reversibility, or the semantics of multiple filters. The provided example is inconsistent with the declared schema, leaving important gaps for an agent to invoke this correctly.

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 description coverage is 0%, so the description must compensate. It provides an example request body showing structure, but the example uses 'field: rule_id' which is not in the schema's enum, and 'extended_view' is not defined in the schema at all. This is misleading rather than helpful, so the description fails to add meaningful parameter semantics.

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 opens with 'Delete Indicators (IOCs)' and restates 'Delete IOCs selected by filter', using a specific verb and resource. It clearly distinguishes this from sibling tools like indicators_get or indicators_insert by focusing on deletion via filters.

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 implies usage when you need to delete IOCs matching a filter and states required permissions ('Instance Administrator'), but it does not explicitly contrast this with alternatives or mention when not to use it. The purpose itself provides the context, so it is acceptable but not strongly guided.

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