Skip to main content
Glama
DarkLicornor

taegis-magic-mcp

by DarkLicornor

search_events

Search security events in Taegis using a query string. Retrieve JSON event objects, with optional region and limit parameters for refined results.

Instructions

Search Taegis security events.

Args: query: Event query string. region: Taegis environment/region. Defaults to TAEGIS_ENVIRONMENT or "charlie". limit: Maximum number of results (default 100).

Returns: JSON array of event objects.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes
regionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description must carry the burden of behavioral disclosure. It adds useful context by explaining the default region derived from TAEGIS_ENVIRONMENT, the default limit, and the return format as a JSON array. However, it does not disclose potential side effects, error behavior, or rate limits, which are common for search tools.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a compact docstring with a one-line purpose, a short Args section, and a Returns line. It is front-loaded and concise, with no filler or redundant prose.

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 search tool with an output schema, the description covers the essential purpose, parameters, and return type. However, it lacks usage guidance (when to choose this over sibling tools) and does not elaborate on query syntax, which prevents it from being fully contextually complete.

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

Parameters3/5

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

Schema description coverage is 0%, so the description is the sole source of parameter meaning. It explains 'query' as an event query string, 'region' as the Taegis environment with a default, and 'limit' as the maximum result count. While this adds value beyond the schema, 'query' lacks syntax or example details, leaving some ambiguity.

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 opens with a clear verb and resource: 'Search Taegis security events.' This directly states the tool's function and distinguishes it from sibling tools like search_alerts, search_investigations, and search_threat_intel, which target different 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 Guidelines2/5

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

No guidance is given on when to use this tool versus alternatives like search_alerts or search_investigations. The description only covers mechanics (query, region, limit) and does not mention exclusions, prerequisites, or a decision framework.

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