Skip to main content
Glama

MCP NodeJS Debugger

by workbackai

evaluate

Evaluate JavaScript expressions in the current NodeJS context to inspect values, test code snippets, or debug issues directly within the MCP NodeJS Debugger.

Instructions

Evaluates a JavaScript expression in the current context

Input Schema

NameRequiredDescriptionDefault
expressionYesJavaScript expression to evaluate

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "expression": { "description": "JavaScript expression to evaluate", "type": "string" } }, "required": [ "expression" ], "type": "object" }

Other Tools from MCP NodeJS Debugger

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/workbackai/mcp-nodejs-debugger'

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