Skip to main content
Glama

Deep Code Reasoning MCP Server

by haasonsaas

trace_execution_path

Analyze and trace code execution paths with semantic understanding, identifying data flows and dependencies to debug complex distributed systems efficiently.

Instructions

Use Gemini to perform deep execution analysis with semantic understanding

Input Schema

NameRequiredDescriptionDefault
entry_pointYes
include_data_flowNo
max_depthNo

Input Schema (JSON Schema)

{ "properties": { "entry_point": { "properties": { "file": { "type": "string" }, "function_name": { "type": "string" }, "line": { "type": "number" } }, "required": [ "file", "line" ], "type": "object" }, "include_data_flow": { "default": true, "type": "boolean" }, "max_depth": { "default": 10, "type": "number" } }, "required": [ "entry_point" ], "type": "object" }

Other Tools from Deep Code Reasoning MCP Server

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/haasonsaas/deep-code-reasoning-mcp'

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