Skip to main content
Glama

MCP NodeJS Debugger

by workbackai

delete_breakpoint

Remove a specific breakpoint in a Node.js server by providing its unique ID, enabling streamlined code debugging and cleanup.

Instructions

Deletes a specified breakpoint

Input Schema

NameRequiredDescriptionDefault
breakpointIdYesID of the breakpoint to remove

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "breakpointId": { "description": "ID of the breakpoint to remove", "type": "string" } }, "required": [ "breakpointId" ], "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