Skip to main content
Glama

Ultra MCP

debug-issue

Identify and resolve technical issues by analyzing symptoms, task details, and relevant files. Leverages AI models for systematic debugging on Ultra MCP.

Instructions

Debug technical issues with systematic problem-solving approach

Input Schema

NameRequiredDescriptionDefault
filesNoRelevant file paths (optional)
providerNoAI provider to usegemini
symptomsNoError symptoms or behavior observed
taskYesWhat to debug (e.g., 'fix login error', 'investigate memory leak')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "files": { "description": "Relevant file paths (optional)", "items": { "type": "string" }, "type": "array" }, "provider": { "default": "gemini", "description": "AI provider to use", "enum": [ "openai", "gemini", "azure", "grok" ], "type": "string" }, "symptoms": { "description": "Error symptoms or behavior observed", "type": "string" }, "task": { "description": "What to debug (e.g., 'fix login error', 'investigate memory leak')", "type": "string" } }, "required": [ "task" ], "type": "object" }
Install Server

Other Tools from Ultra MCP

Related Tools

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