Skip to main content
Glama

MCP NodeJS Debugger

by workbackai

inspect_variables

Analyze and retrieve variable values within a specified scope using a debugger tool for NodeJS, enabling precise code troubleshooting and inspection.

Instructions

Inspects variables in current scope

Input Schema

NameRequiredDescriptionDefault
scopeNoScope to inspect (local/global)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "scope": { "description": "Scope to inspect (local/global)", "type": "string" } }, "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/workbackai/mcp-nodejs-debugger'

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