Skip to main content
Glama

Delve MCP

by dwisiswant0

core

Analyze core dump files generated by Go programs to diagnose crashes and debugging issues. Provide executable and core dump paths for detailed insights into program errors.

Instructions

Examine a core dump

Input Schema

NameRequiredDescriptionDefault
corePathYesPath to the core dump file
executableYesPath to the executable that produced the core dump

Input Schema (JSON Schema)

{ "properties": { "corePath": { "description": "Path to the core dump file", "type": "string" }, "executable": { "description": "Path to the executable that produced the core dump", "type": "string" } }, "required": [ "executable", "corePath" ], "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