Skip to main content
Glama

recipes_agentic_soc_detection_pack

Return SIEM-ready detections for agentic AI and MCP telemetry.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rule_idNo
decisionNo
severityNo
event_classNo
workflow_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.6/5.0
Behavior2/5

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

No annotations are supplied, so the description must disclose behavior itself. 'Return' implies a read-only style operation, but it does not describe whether this is a lookup, a generator, what side effects might exist, or how results are structured. This is a thin behavioral profile for a tool with zero annotation support.

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 single sentence is concise, front-loaded, and contains no fluff. It earns its place for purpose clarity, though it is too terse to cover usage or parameter details.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no annotations, no output schema, and four undocumented optional parameters, the description leaves out invocation details, return-value expectations, and filter semantics. It is enough to know the general domain, but not enough to confidently invoke the tool correctly.

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

Parameters1/5

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

The input schema has four parameters with no descriptions (coverage ~0%), and the description does not explain rule_id, decision, severity, or event_class at all. An agent cannot infer acceptable values or formats from either the schema or the description.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific deliverable ('SIEM-ready detections') and a clear scope ('agentic AI and MCP telemetry'), with the verb 'Return', so an agent can understand what the tool produces. It does not explicitly compare itself to siblings, but the SIEM detection output is distinct from other recipes_* pack names.

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?

There is no guidance about when to choose this tool over any of the many sibling recipes_* packs, nor any exclusions or alternative routing. The description only says what it returns, not when it should be used.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources