Skip to main content
Glama
CoveoSec
by CoveoSec

asm_management_upload_asm_data

Upload domains and IP ranges to your Cortex XSIAM asset inventory. Specify asset type, identifiers, and business units to add up to 500 assets per request.

Instructions

Upload assets to the inventory

Upload domains (paid-level domains (PLD) and subdomains) and IPv4 address ranges. You can upload up to 500 IP address ranges or domains in each request.

You must have Instance Administrator permissions to run this endpoint.

Required license: Cortex XSIAM Premium or Cortex XSIAM with ASM add-on

[POST /public_api/v1/asm_management/upload_asm_data] · Asset management

Example request body:

{
  "request_data": {
    "request_type": "Addition",
    "asset_type": "ip_range",
    "asset_identifiers": [
      "192.84.12.55-192.84.12.68"
    ],
    "business_units": [
      "BU:1",
      "BU:2"
    ]
  }
}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
request_dataYesA dictionary containing the API request fields.
Behavior4/5

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

With no annotations, the description carries the burden of transparency. It adds valuable behavioral context: the operation is a write (upload), it has limits (500 items), it requires specific permissions and licensing, and it provides the exact API endpoint. It does not discuss error handling or idempotency, but it is quite transparent for the intended use.

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 well-structured with clear sections: purpose, details, permissions, license, endpoint, and example. It is slightly long but every part serves a purpose (limits, permissions, example). It avoids fluff and is easy to scan.

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 tool has a complex nested request_data object, no output schema, and no annotations. The description adequately covers the input format, applicable limitations, and prerequisites. It does not describe the response/return value, which would be useful, but the provided information is sufficient for invoking the tool correctly.

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 baseline is 3. The description adds a concrete example request body showing how request_data is structured, including the exact format for ip_range asset identifiers and business_units. This example clarifies parameter usage beyond the schema definitions.

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 tool's purpose: 'Upload assets to the inventory' and specifies exactly what it uploads (domains, subdomains, IPv4 address ranges). It differentiates from sibling tools like asm_management_remove_asm_data (removal) and assets_get_external_* (read-only retrieval).

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 provides clear usage context: it explains what asset types are accepted, the maximum batch size (500), required permissions (Instance Administrator), and required licenses. It does not explicitly name alternative tools, but the purpose and constraints make when-to-use obvious.

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