Skip to main content
Glama
CoveoSec
by CoveoSec

get_triage_presets

Retrieve all triage presets, including name, platform, description, creator, and type, to review and manage security triage configurations.

Instructions

Get triage presets

Get all triage preset information including triage name, platform, description, created by, and triage type.

Required license: Cortex XSIAM Premium or Forensics add-on

[POST /public_api/v1/get_triage_presets] · Response Action

Example request body:

{
  "request_data": {}
}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
request_dataNo
Behavior2/5

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

With no annotations, the description must disclose behavioral traits, but it only mentions the required license and endpoint. It does not clarify whether this is a read-only operation, what the response contains beyond a few fields, whether pagination or rate limits apply, or what 'Response Action' means. The license requirement is useful, but other behavioral aspects are undocumented.

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 reasonably concise and includes a structured layout with the endpoint, license, and example. The only redundancy is repeating 'Get triage presets' at the start and in the first line, but overall it is compact and easy to scan.

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 there is no output schema or annotations, the description covers the basic purpose, the license prerequisite, a request example, and a list of fields returned. However, it omits details about the response format, potential errors, and how the result is packaged, leaving the agent with only a partial picture for a simple tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema description coverage is 0%, so the description must compensate. It provides an example request body with an empty request_data object, implying no parameters are needed, but it does not explain any optional fields or the structure of request_data beyond what the schema already shows. The example adds little meaning over 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 the tool's purpose: 'Get all triage preset information including triage name, platform, description, created by, and triage type.' The verb 'Get' and the resource 'triage presets' specify exactly what the tool does, and it is distinct from sibling tools like triage_endpoint.

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 does not explain when to use this tool versus alternatives, nor does it mention any exclusions or conditions beyond the license requirement. It provides a required license and an endpoint but no guidance on the appropriate use case, so it fails to help the agent choose among siblings.

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