Skip to main content
Glama

Delve MCP

by dwisiswant0

trace

Monitor and analyze Go program execution by tracing specific functions using regex patterns, customizable package scope, and optional stack depth details with Delve MCP.

Instructions

Trace program execution

Input Schema

NameRequiredDescriptionDefault
ebpfNoUse eBPF for tracing (experimental)
pidNoPid to attach to
pkgNoPackage to trace (defaults to .)
regexpYesRegular expression to match functions to trace
stackNoShow stack trace with given depth

Input Schema (JSON Schema)

{ "properties": { "ebpf": { "description": "Use eBPF for tracing (experimental)", "type": "boolean" }, "pid": { "description": "Pid to attach to", "type": "number" }, "pkg": { "description": "Package to trace (defaults to .)", "type": "string" }, "regexp": { "description": "Regular expression to match functions to trace", "type": "string" }, "stack": { "description": "Show stack trace with given depth", "type": "number" } }, "required": [ "regexp" ], "type": "object" }

Other Tools from Delve 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/dwisiswant0/delve-mcp'

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