Skip to main content
Glama

Ultra MCP

tracer

Trace execution flow and debug complex issues by analyzing method, function, or module dependencies. Choose precision or structural tracing modes to map call chains and identify root causes efficiently.

Instructions

Trace execution flow and debug complex issues

Input Schema

NameRequiredDescriptionDefault
filesNoRelevant files to focus tracing on (optional)
providerNoAI provider to usegemini
targetDescriptionNoDetailed description of what to trace - method, function, class, or module name and context
taskYesWhat to trace and WHY you need this analysis (e.g., 'trace User.login() execution flow', 'map UserService dependencies', 'understand payment processing call chain')
traceModeNoType of tracing: 'ask' (prompts user to choose), 'precision' (execution flow), 'dependencies' (structural relationships)ask

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "files": { "description": "Relevant files to focus tracing on (optional)", "items": { "type": "string" }, "type": "array" }, "provider": { "default": "gemini", "description": "AI provider to use", "enum": [ "openai", "gemini", "azure", "grok" ], "type": "string" }, "targetDescription": { "description": "Detailed description of what to trace - method, function, class, or module name and context", "type": "string" }, "task": { "description": "What to trace and WHY you need this analysis (e.g., 'trace User.login() execution flow', 'map UserService dependencies', 'understand payment processing call chain')", "type": "string" }, "traceMode": { "default": "ask", "description": "Type of tracing: 'ask' (prompts user to choose), 'precision' (execution flow), 'dependencies' (structural relationships)", "enum": [ "precision", "dependencies", "ask" ], "type": "string" } }, "required": [ "task" ], "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