Skip to main content
Glama
CoveoSec
by CoveoSec

assets_get_external_service

Retrieve external service details by service ID, supporting up to 20 IDs per request.

Instructions

Get External Service

Get service details according to the service ID. You can send up to 20 IDs.

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

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

Example request body:

{
  "request_data": {
    "service_id_list": [
      "<service_ID>"
    ]
  }
}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
request_dataYesA 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 carries the burden. It discloses the API limit (20 IDs), the required license, and the POST method, which is helpful. However, it does not discuss response format, error behavior, or explicit read-only nature beyond the verb 'get'.

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 summary, then the limit, license, endpoint, and example. Each part is purposeful, though the license line is somewhat verbose. Overall it is appropriately sized and front-loaded.

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 is simple and the description gives enough to invoke it correctly. It includes the request structure and constraints. However, it does not clarify the difference from the plural sibling 'assets_get_external_services' or describe the return payload, which would be valuable given no output schema.

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 schema already documents the parameters. The description adds value by clarifying the 20-ID limit and providing an example JSON body, which helps understand the nested request_data structure.

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 ('Get service details') and the resource ('according to the service ID'), making it unambiguous. It also distinguishes from the sibling 'assets_get_external_services' by focusing on ID-based lookup and explicitly allowing up to 20 IDs.

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?

Provides clear context: the HTTP endpoint, required license, and an example request body. It does not explicitly mention alternatives or when-not-to-use, but the scope is well-defined enough to guide invocation.

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