Skip to main content
Glama
CoveoSec
by CoveoSec

assets_get_external_ip_address_range

Retrieve external IP address range details using range IDs. Accepts up to 100 IDs in a single request for efficient asset lookup.

Instructions

Get External IP Address Range

Get external IP address range details according to the range IDs. You can send up to 100 IDs.

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

[POST /public_api/v1/assets/get_external_ip_address_range] · Asset management

Example request body:

{
  "request_data": {
    "range_id_list": [
      "<range_ID>"
    ]
  }
}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
request_dataNoA dictionary containing the API request fields.
Behavior3/5

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

No annotations are provided, so the description must carry the burden. It adds useful context: required licenses, the HTTP endpoint, and the 100-ID limit. However, it does not describe the response format, error handling, or behavior when some IDs are invalid, leaving gaps in transparency.

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 a title, description, license note, endpoint, and example. It is slightly redundant by repeating the title as the first line, but each section earns its place and the content is front-loaded with the core purpose.

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 simple get tool with one parameter and no output schema, the description covers the input syntax, limits, and prerequisites. However, it fails to distinguish this tool from the similarly named sibling 'assets_get_external_ip_address_ranges' and does not explain what the returned details contain, leaving completeness gaps.

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?

The input schema already covers the parameter fully (100% coverage). The description adds value by specifying the 100-ID limit and providing a concrete example request body, which clarifies the expected structure beyond the schema definition.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool gets external IP address range details based on range IDs. It specifies the resource (external IP address range) and the action (get), but does not explicitly distinguish it from the sibling tool 'assets_get_external_ip_address_ranges' (plural), which may list all ranges.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description mentions required licenses and a batch limit (up to 100 IDs), but provides no guidance on when to use this tool instead of alternatives. It does not mention the plural sibling tool for listing all ranges or other asset-related tools that might overlap.

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