Skip to main content
Glama

Delve MCP

by dwisiswant0

evaluate

Evaluate expressions in the current scope during debugging sessions with Delve MCP. Input session ID and expression to analyze and debug Go code efficiently.

Instructions

Evaluate an expression in current scope

Input Schema

NameRequiredDescriptionDefault
exprYesExpression to evaluate
sessionIdYesID of the debug session

Input Schema (JSON Schema)

{ "properties": { "expr": { "description": "Expression to evaluate", "type": "string" }, "sessionId": { "description": "ID of the debug session", "type": "string" } }, "required": [ "sessionId", "expr" ], "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