Skip to main content
Glama
lyonzin

Cymulate MCP Tools

by lyonzin

Get Immediate Threats detection results

cymulate_immediate_threats_get_detection
Read-onlyIdempotent

Retrieve detection results (SIEM matches) for a specific Immediate Threats assessment via assessment ID, revealing which security controls detected the threats.

Instructions

Get detection results (SIEM matches) for a specific Immediate Threats assessment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
assessment_idYes
Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the safety profile is covered. The description adds the specific meaning of detection results as SIEM matches and the single-assessment scope, which is useful context but does not describe potential errors or response structure.

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 single, front-loaded sentence with no redundant words. It directly states the action and resource, making it highly scannable.

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 (one parameter, no output schema, no nested objects). The description tells the agent what results are returned and the scope. It could be more complete by referencing where to get the assessment_id or when results are available, but overall it is adequate for this low-complexity read operation.

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?

With one parameter and 0% schema coverage, the description must compensate. The phrase 'for a specific Immediate Threats assessment' aligns with 'assessment_id' and clarifies its purpose, but it does not explain the expected format or how to discover the ID (e.g., via get_latest_ids). Minimal but acceptable for a simple ID string.

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 specifies a concrete action ('Get'), a clear resource ('detection results'), and contextual scope ('for a specific Immediate Threats assessment'). It also adds the clarifying detail that results are SIEM matches. This distinguishes it from sibling tools like 'get_ioc_list' or 'get_latest_ids'.

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 context is implied: you use this tool when you have an assessment_id and need detection results. However, it does not explicitly state when to use this tool versus alternatives, nor does it mention prerequisites such as the assessment needing to be run first or where to obtain the assessment_id.

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/lyonzin/cymulate-mcp-tools'

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