Skip to main content
Glama
dave1362

RCA-MCP Connector

rca_analysis_run

Execute root cause analysis on a registered model with a family-specific payload to receive ranked root causes, confidence, and an explanatory narrative.

Instructions

Execute an RCA analysis using a registered model and return ranked root causes.

This is the primary analysis entry point. Supply the model_id and a family-specific payload dict. Results include ranked root_causes, confidence, narrative explanation, and raw model output.

Args: params (RunAnalysisInput): model_id, payload, save, tags

Returns: str: JSON RCAResult with root_causes, confidence_overall, explanation

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations indicate write operation (readOnlyHint=false) and not idempotent or destructive. The description adds context: execution triggers analysis, persists results if save=true, and returns JSON with root causes, confidence, explanation. It covers the expected behavior beyond annotations.

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 concise summary sentence followed by details in docstring format (Args, Returns). It is front-loaded with purpose but could be slightly shorter without losing essential information.

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?

Given the tool's complexity and the existence of sibling tools like rca_analysis_run_async, the description lacks mention of synchronous vs asynchronous execution, error handling, or performance implications. The output schema exists but description still covers returns adequately.

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

Parameters4/5

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

Schema description coverage is low (0% per context), but the description compensates by detailing the payload structure per model family, which is critical for correct usage. However, it omits optional parameters like token and client_id, which are present in the schema.

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 clearly states the tool executes RCA analysis using a registered model and returns ranked root causes. It explicitly states it is the primary analysis entry point, distinguishing it from sibling tools like rca_analysis_get_result and rca_analysis_batch.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

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

The description provides explicit guidance on what to supply (model_id and family-specific payload dict) and details payload structure per model family. It does not explicitly mention when not to use this tool or list alternative tools for specific scenarios, but labeling it as the primary entry point gives adequate context.

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/dave1362/rca-mcp-connector'

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