Skip to main content
Glama

Ultra MCP

ultra-debug

Analyze and resolve system issues using structured debugging workflows, AI-powered root cause analysis, and step-by-step resolution processes tailored to your debugging needs.

Instructions

Systematic debugging with step-by-step root cause analysis

Input Schema

NameRequiredDescriptionDefault
confidenceNoConfidence level in findings
filesNoRelevant file paths (optional)
findingsNoAccumulated findings from debugging
hypothesisNoCurrent theory about the issue
issueYesThe issue or error to debug
modelNoSpecific model to use
nextStepRequiredNoWhether another step is needed
providerNoAI provider to use
stepNumberNoCurrent step in the debug workflow
symptomsNoError symptoms or behavior observed
totalStepsNoEstimated total steps needed

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "confidence": { "description": "Confidence level in findings", "enum": [ "exploring", "low", "medium", "high", "very_high", "almost_certain", "certain" ], "type": "string" }, "files": { "description": "Relevant file paths (optional)", "items": { "type": "string" }, "type": "array" }, "findings": { "default": "", "description": "Accumulated findings from debugging", "type": "string" }, "hypothesis": { "description": "Current theory about the issue", "type": "string" }, "issue": { "description": "The issue or error to debug", "type": "string" }, "model": { "description": "Specific model to use", "type": "string" }, "nextStepRequired": { "default": true, "description": "Whether another step is needed", "type": "boolean" }, "provider": { "description": "AI provider to use", "enum": [ "openai", "gemini", "azure", "grok" ], "type": "string" }, "stepNumber": { "default": 1, "description": "Current step in the debug workflow", "minimum": 1, "type": "number" }, "symptoms": { "description": "Error symptoms or behavior observed", "type": "string" }, "totalSteps": { "default": 4, "description": "Estimated total steps needed", "minimum": 1, "type": "number" } }, "required": [ "issue" ], "type": "object" }

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/RealMikeChong/ultra-mcp'

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