Skip to main content
Glama
ouonet

x64dbg MCP Server

by ouonet

set_breakpoint

Pause execution at a target address by setting a breakpoint. Supports software, hardware (execute, read, write), and memory types. Add condition expressions or log text to control behavior during debugging.

Instructions

Set a breakpoint. Supports software BPs, hardware BPs (execute/read/write), and memory BPs. Optionally supply a condition expression or log text.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sessionIdYesSession ID
addressYesAddress (hex) or symbol name, e.g. '0x401000' or 'kernel32.CreateFileW'
typeNoBreakpoint type (default: software)software
conditionNox64dbg condition expression, e.g. 'eax==0'
logTextNoText to log when the breakpoint hits (no break)
nameNoFriendly name for this breakpoint
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavior. It mentions setting breakpoints but omits side effects (e.g., state changes, reuse of addresses, hardware breakpoint limits) and lacks details on success/failure outcomes.

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 three concise sentences, each serving a purpose: stating the action, listing supported types, and mentioning optional features. No unnecessary words.

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

Completeness2/5

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

Given the tool's complexity (multiple breakpoint types, side effects) and lack of annotations or output schema, the description is incomplete. It does not explain prerequisites (e.g., session ID from an active session) or limitations (e.g., hardware breakpoint count).

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 schema already describes all parameters with 100% coverage, including details like address format and default type. The description adds marginal overview of breakpoint types and optional fields but does not enhance meaning beyond the 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 'Set a breakpoint' and enumerates supported types (software, hardware, memory), making it distinct from sibling tools like remove_breakpoint or list_breakpoints.

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

Usage Guidelines3/5

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

The description implies usage by listing breakpoint types and optional condition/log, but it does not explicitly guide when to use this tool versus alternatives like remove_breakpoint or when not to use it.

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/ouonet/x64dbg-mcp'

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