Skip to main content
Glama

remove_breakpoint

Delete a debugger breakpoint by its ID to allow uninterrupted code execution in Chrome DevTools Protocol sessions.

Instructions

Removes a previously set debugger breakpoint by its ID, allowing execution to pass that location uninterrupted. Side effects: modifies debugger state (breakpoint deleted). Prerequisites: requires an active, paused debugger session with the breakpoint ID returned from 'set_breakpoint'. Returns: confirmation of breakpoint removal. Use this to clean up breakpoints or disable debugging at specific locations. Alternatives: 'set_breakpoint' to add new breakpoints, 'resume' to continue execution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
breakpoint_idYesUnique identifier of the breakpoint (returned from set_breakpoint). Constraints: non-empty string matching format from set_breakpoint response. Interactions: must correspond to an active breakpoint or operation will fail.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden and does well: it discloses side effects ('modifies debugger state'), prerequisites (active paused session), and expected return ('confirmation of breakpoint removal'). It doesn't mention error conditions or rate limits, but covers key behavioral aspects for a mutation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with core purpose, followed by structured sections (side effects, prerequisites, returns, usage, alternatives). Every sentence adds value with no redundancy, making it efficient and well-organized for quick comprehension.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a mutation tool with no annotations and no output schema, the description does well: covers purpose, usage, behavior, and parameters. It could improve by specifying the return format (e.g., success/failure message) or error handling, but it's largely complete given the context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so baseline is 3. The description adds value by explaining the parameter's origin ('breakpoint ID returned from set_breakpoint') and purpose ('allowing execution to pass that location uninterrupted'), providing context beyond the schema's technical constraints. However, it doesn't detail format or failure modes beyond schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the specific action ('removes'), target resource ('previously set debugger breakpoint'), and mechanism ('by its ID'), distinguishing it from siblings like 'set_breakpoint' (adds) and 'resume' (continues execution). It explicitly names the verb and resource with no ambiguity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit guidance on when to use ('to clean up breakpoints or disable debugging at specific locations'), prerequisites ('requires an active, paused debugger session with the breakpoint ID returned from set_breakpoint'), and alternatives ('set_breakpoint' to add, 'resume' to continue). It clearly differentiates from sibling tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/raultov/chrome-debug-mcp'

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