Skip to main content
Glama
CoveoSec
by CoveoSec

alerts_update_alerts

Update alert severity, status, or resolution comment for up to 100 alerts in a single request.

Instructions

Update Alerts

Update one or more alerts. You can update up to 100 alerts per request. Missing fields are ignored.

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

[POST /public_api/v1/alerts/update_alerts] · Incidents

Example request body:

{
  "request_data": {
    "alert_id_list": "<list of ids>",
    "update_data": {
      "severity": "medium",
      "status": "resolved_other",
      "comment": "This incident is resolved"
    }
  }
}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
request_dataNo(Required) A dictionary containing the API request fields. An empty dictionary returns all results.
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It discloses the batch limit, 'missing fields are ignored', and required license, which adds valuable context. However, it does not describe response format, error behavior, or reversibility, leaving some gaps for a mutation tool.

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 concise: a brief summary, batch limit, missing-fields behavior, license requirements, endpoint, and a concrete example. Every section serves a functional purpose with no filler.

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?

The description covers request formation with an example, batch limits, partial update semantics, and licensing, which is substantial for a tool with nested objects. However, it lacks return value or error information, and the requirement for alert_id_list is only implied by the example, so it is not fully complete.

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 coverage is 100%, so the baseline is 3. The description goes beyond the schema by providing an example request body that shows the exact nesting (request_data, alert_id_list, update_data) and by clarifying that missing fields in update_data are ignored. This adds practical 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 'Update one or more alerts' with a specific verb and resource, and adds useful constraints (up to 100 alerts, missing fields ignored). This distinguishes it from siblings like incidents_update_incident (different resource) and alerts_create_alert (create vs update).

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 gives clear context: use this tool to update alerts in batches, with explicit limits and partial update behavior. It does not explicitly name alternatives or exclusions, but the resource and operation are unambiguous, so it earns a 4 rather than a 5.

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