Skip to main content
Glama
dave1362

RCA-MCP Connector

rca_analysis_query_results

Read-onlyIdempotent

Query stored RCA results by model family, confidence threshold, time range, or tags. Avoids loading full records for efficient filtered lookups.

Instructions

Query stored RCA results by model family, confidence threshold, time range, or tags — without loading every full result record. More efficient than rca_analysis_list_results for filtered lookups.

Args: params (QueryResultsInput): model_family, min_confidence, after_ts, tags, limit, offset

Returns: str: JSON with total, results (filtered index entries), has_more

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Annotations already indicate readOnlyHint=true and destructiveHint=false. The description adds that it does not load every full result record, and specifies the return format (JSON with total, results, has_more). No contradiction with annotations.

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?

Two concise sentences followed by a brief args/returns list. Front-loaded with purpose and key differentiator. No wasted words.

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

Completeness5/5

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

Given the tool's moderate complexity, annotations cover safety, description covers filtering scope, efficiency, return format, and sibling comparison. Output schema exists (not shown) but return type is described. Complete for an indexed query tool.

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% per context signals, but the description lists the key parameters (model_family, min_confidence, after_ts, tags, limit, offset) without further detail. It adds minimal value over the schema, but at least identifies the filtering capabilities.

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 queries stored RCA results with filters, and explicitly distinguishes it from the sibling rca_analysis_list_results by being more efficient for filtered lookups.

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 says it is more efficient for filtered lookups compared to rca_analysis_list_results, providing clear guidance on when to use this tool. It does not explicitly list when not to use, but the comparison implies 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