Skip to main content
Glama
DarkLicornor

taegis-magic-mcp

by DarkLicornor

search_alerts

Search Secureworks Taegis XDR alerts with OCSF query syntax. Specify region and limit to retrieve alert objects as JSON.

Instructions

Search Taegis alerts using OCSF query syntax.

Args: query: OCSF query string, e.g. "FROM alert EARLIEST=-1d WHERE severity='High'" region: Taegis environment/region (charlie, delta, us1, us2, eu …). Defaults to the TAEGIS_ENVIRONMENT env var, then "charlie". limit: Maximum number of results to return (default 100, max 10 000).

Returns: JSON array of alert objects.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes
regionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description bears the full burden of behavioral disclosure. It provides useful context: OCSF query syntax, default region fallback to TAEGIS_ENVIRONMENT and then 'charlie', a maximum limit of 10,000, and a return format of a JSON array. It does not mention rate limits or pagination, but for a read-only search tool this is largely sufficient.

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 purpose sentence, an Args section, and a Returns section. It is slightly longer than necessary but every sentence adds value—example query, default behavior, and result format. Front-loading the core purpose makes it 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 3 parameters (1 required) and an output schema, so the description doesn't need to detail return fields. It covers input syntax, defaults, limits, and return type. It could mention whether the search spans all tenants, but for an alert search tool this is adequate and contextually aligned with its sibling search tools.

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

Parameters5/5

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

Schema description coverage is 0%, so the description must fully explain parameters. It does so exceptionally: query is described with a concrete OCSF example, region lists example values (charlie, delta, us1, us2, eu) and default resolution, and limit specifies default (100) and max (10,000). This far exceeds the schema's minimal titles.

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 'Search Taegis alerts using OCSF query syntax' clearly specifies the verb (search), resource (Taegis alerts), and query syntax (OCSF). This distinguishes it from sibling tools like search_events and search_investigations, which target other data types.

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 by stating 'Search Taegis alerts' but does not explicitly mention when to use this tool versus alternatives or provide exclusions. It lacks the explicit alternative guidance seen in high-scoring examples, but the context is clear enough for an agent to infer.

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/DarkLicornor/taegis-magic-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server