Skip to main content
Glama
geored

Lumino

automated_triage_rca_report_generator

Generate automated Root Cause Analysis reports for pipeline and pod failures by analyzing logs, correlating events, and providing remediation suggestions.

Instructions

Generate automated Root Cause Analysis (RCA) report for pipeline/pod failures.

Performs log analysis, resource checks, event correlation, and provides remediation suggestions.

Args:
    failure_identifier: Pipeline run name, pod name, or failure event ID.
    namespace: Optional namespace where the failure occurred. If not provided, searches across detected CI/CD namespaces.
    investigation_depth: "quick", "standard" (default), or "deep".
    include_related_failures: Analyze related recent failures (default: True).
    time_window: Time window for related events (default: "2h").
    generate_timeline: Generate event timeline (default: True).
    include_remediation: Include remediation steps (default: True).

Returns:
    Dict: RCA report with summary, timeline, root cause, diagnostics, and remediation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
failure_identifierYes
namespaceNo
investigation_depthNostandard
include_related_failuresNo
time_windowNo2h
generate_timelineNo
include_remediationNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions performing 'log analysis, resource checks, event correlation, and provides remediation suggestions,' which gives some insight into the tool's actions. However, it lacks critical behavioral details such as whether it's read-only or mutative, permission requirements, rate limits, or error handling. For a complex analysis tool with 7 parameters, this is insufficient.

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 and appropriately sized. It starts with a clear purpose statement, followed by a bullet-point-like breakdown of parameters and returns. Every sentence adds value, with no redundant information. It could be slightly more concise by integrating the parameter explanations more seamlessly, but overall it's efficient and front-loaded.

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?

Given the tool's complexity (7 parameters, no annotations, but with an output schema), the description is reasonably complete. It explains all parameters in detail and outlines the return structure ('RCA report with summary, timeline, root cause, diagnostics, and remediation'). The output schema reduces the need to fully document returns, but the description could better address behavioral aspects like execution time or resource intensity.

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?

The description adds significant value beyond the input schema, which has 0% description coverage. It provides detailed explanations for all 7 parameters, including their purposes, optional/default behaviors, and allowed values (e.g., 'quick', 'standard', or 'deep' for investigation_depth). This fully compensates for the schema's lack of descriptions and helps the agent understand how to use each parameter correctly.

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 clearly states the tool's purpose: 'Generate automated Root Cause Analysis (RCA) report for pipeline/pod failures.' It specifies the verb ('generate') and resource ('RCA report'), and mentions the scope ('pipeline/pod failures'). However, it doesn't explicitly differentiate from sibling tools like 'analyze_failed_pipeline' or 'analyze_pod_logs_hybrid', which prevents a perfect score.

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 provides no guidance on when to use this tool versus alternatives. With many sibling tools focused on analysis (e.g., 'analyze_failed_pipeline', 'analyze_logs'), there's no indication of how this tool's automated RCA generation differs or when it's preferred. The description only states what it does, not when to use it.

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/geored/Lumino'

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