Skip to main content
Glama

troubleshoot_guided_workflow

Analyze software failures and generate targeted test plans using structured failure information, with integrated memory for session tracking and intelligent architectural decision suggestions.

Instructions

Structured failure analysis and test plan generation with memory integration for troubleshooting session tracking and intelligent ADR/research suggestion capabilities - provide JSON failure info to get specific test commands

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operationYesType of troubleshooting operation
failureNoStructured failure information (required for analyze_failure and generate_test_plan)
projectPathNoPath to project directory (optional)
adrDirectoryNoADR directory pathdocs/adrs
todoPathNoPath to TODO.md fileTODO.md
enableMemoryIntegrationNoEnable memory entity storage for troubleshooting session tracking and pattern recognition
enablePatternRecognitionNoEnable automatic pattern recognition and failure classification
enableAdrSuggestionNoEnable automatic ADR suggestion based on recurring failures
enableResearchGenerationNoEnable automatic research question generation for persistent problems
conversationContextNoRich context from the calling LLM about user goals and discussion history
Behavior4/5

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

No annotations exist, so description carries full burden. It discloses memory integration for session tracking and ADR/research suggestions, but does not detail side effects like data persistence or required permissions. Still, it provides a reasonable picture of behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single run-on sentence cramming multiple features (memory integration, ADR suggestion, research generation). It lacks structure and clarity, making it harder to parse quickly.

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 high complexity (10 params, nested objects, no output schema), the description inadequately explains what the tool returns or how outputs are structured. It mentions 'get specific test commands' but is vague about the overall workflow and results.

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?

Input schema has 100% description coverage for all parameters, so baseline is 3. The description adds little beyond 'provide JSON failure info', which is already evident from the schema. It does not add extra semantic value.

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's purpose: structured failure analysis, test plan generation, and memory integration. It specifies the action (analyze and generate) and resource (failure info), and distinguishes from sibling tools that focus on ADR management or content masking.

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 implies when to use: when you have a JSON failure and need test commands. It does not explicitly state when not to use or mention alternatives, but among siblings this tool is unique for troubleshooting workflows.

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/tosin2013/mcp-adr-analysis-server'

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