Skip to main content
Glama

Deep Code Reasoning MCP Server

by haasonsaas
MIT License
19

trace_execution_path

Analyze code execution paths deeply with semantic understanding using Gemini. Identify the flow from a specified entry point, optionally including data flow, to debug and understand complex program behavior.

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" }

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