Skip to main content
Glama
CoveoSec
by CoveoSec

assets_get_asset_internet_exposure

Get internet exposure details for assets by asset ID, up to 20 IDs per request. Assess asset risk and exposure through the XSIAM API.

Instructions

Get Internet Exposure

Get Internet exposure asset details according to the asset ID. You can send up to 20 IDs.

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

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

Example request body:

{
  "request_data": {
    "asm_id_list": [
      "<asset_ID>"
    ]
  }
}

Input Schema

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

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

With no annotations provided, the description carries the full burden. It discloses the required license, the HTTP endpoint, the ID limit (up to 20), and provides an example request body. 'Get' implies a read-only operation, and the example clarifies the input structure. However, it does not describe the response format or error behavior, which would be useful but is not critical given the clear 'Get' semantics.

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 short opening sentence, then license, endpoint, and example. It is front-loaded and efficient. The slight redundancy between the heading 'Get Internet Exposure' and the first sentence is minor, but overall it is concise and each section serves a 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?

Given the absence of an output schema and annotations, the description is fairly complete for a single-parameter read tool. It covers licensing, endpoint, input structure, and ID limits. However, it does not describe what the response contains or any additional context like pagination or error cases, which leaves some ambiguity for agents expecting a full picture.

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 describes 'asm_id_list' as asset IDs, but the description adds critical meaning: the limit 'up to 20 IDs' and a concrete example with a placeholder. This goes beyond the schema's basic description and helps the agent understand how to construct the request correctly.

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 action and resource: 'Get Internet exposure asset details according to the asset ID.' It also specifies the input scope (up to 20 IDs), which distinguishes it from similar asset tools. The verb 'Get' and resource 'Internet exposure asset details' are precise and unambiguous.

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 context: provide asset IDs (up to 20) and require a specific license. However, it does not explicitly compare with sibling tools such as 'assets_get_assets_internet_exposure' or other asset-oriented tools, nor does it state when NOT to use this tool. It gives clear context but lacks explicit differentiation.

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