Skip to main content
Glama

windbg_load_breakpoints

Restore a previously saved breakpoint set in WinDbg. Optionally clear existing breakpoints before loading to ensure a clean state.

Instructions

Restore a previously saved breakpoint set. Optionally clears existing breakpoints first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesBreakpoint set name
clear_existingNoRun bc * before loading saved breakpoints
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does mention a key behavior: that existing breakpoints can be cleared first via the 'clear_existing' option. However, it does not disclose what happens when clear_existing is false (e.g., do breakpoints merge or get replaced?), failure modes (e.g., if the saved set does not exist), or any side effects on the current debugging session.

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 two short sentences, front-loaded with the main purpose, and contains no unnecessary words. It earns its place by being efficient and directly informative.

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

Completeness3/5

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

Given the tool's simplicity (2 parameters, no output schema, no annotations), the description is adequate but not fully complete. It does not mention what happens after loading (e.g., confirmation, immediate effect) or error cases, and since there is no output schema, the description could better set expectations. Still, it covers the essential behavior for a straightforward restoration tool.

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

Parameters3/5

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

The input schema already provides descriptions for both parameters (name and clear_existing) with 100% coverage. The description's mention of 'Optionally clears existing breakpoints first' essentially paraphrases the clear_existing schema description, adding minimal new meaning beyond what the schema already conveys.

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 states the tool's specific action: restoring a previously saved breakpoint set. This clearly distinguishes it from sibling tools like windbg_save_breakpoints, windbg_set_breakpoint, and windbg_list_breakpoints by using the verb 'restore' on the resource 'saved breakpoint set'.

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

Usage Guidelines4/5

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

The description provides clear context for when to use the tool: when you want to restore a previously saved breakpoint set. It also notes the optional clear_existing behavior, giving a sense of the operation's effect. However, it does not explicitly contrast with alternatives or state when not to use it, such as when you might instead use windbg_set_breakpoint to add breakpoints individually.

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/DdUdle/ctxdebug'

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