Skip to main content
Glama
CoveoSec
by CoveoSec

featured_fields_replace_ip_addresses

Replace all featured IP addresses in your environment by submitting a new list of IPs, ranges, or CIDRs with comments. This API deletes existing featured IPs and sets the provided ones.

Instructions

Replace Featured IP Addresses

Replace the featured IP addresses listed in your environment.

Note: Running this API will delete all existing IP addresses.

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

[POST /public_api/v1/featured_fields/replace_ip_addresses] · Incidents

Example request body:

{
  "request_data": {
    "fields": [
      {
        "value": "1.2.3.4",
        "comment": "A single featured IP"
      },
      {
        "value": "192.111.1.0-192.111.1.255",
        "comment": "Featured IP range"
      },
      {
        "value": "7.7.7.7/16",
        "comment": "Featured CIDR"
      }
    ]
  }
}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
request_dataYes
Behavior4/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 explicitly warns that running the API deletes all existing IP addresses, which is crucial destructive behavior, and it lists required licenses. It does not describe return values or error behavior, a minor gap given the strong warning.

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?

The description is well-structured and front-loaded: a clear purpose sentence, a prominent destructive warning, license requirements, endpoint path, and a representative example. Every element contributes value without unnecessary fluff.

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?

For a destructive mutation tool with no output schema, the description provides purpose, the deletion warning, licensing, and a request example. It does not explain the response format or error scenarios, so it is not a 5, but it covers the most critical operational context.

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?

The description itself has no parameter doc coverage (0%), but the example request body effectively illustrates the nested structure and accepted formats (single IP, range, CIDR). The input schema already defines 'value' and 'comment', so the description adds a concrete template but not much new semantic meaning beyond the schema.

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 'Replace' and the resource 'featured IP addresses' in the context of the environment. It is unambiguous and differentiates from sibling tools like replace_hosts, replace_users, etc., by specifically targeting IP addresses.

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 indicates this is for replacing featured IP addresses and includes a critical warning that all existing IP addresses will be deleted. It does not mention when to use this instead of the sibling replace tools, but the context is clear enough that an agent would know when to invoke it.

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