Skip to main content
Glama
AerialByte

mcp-netcoredbg

by AerialByte

set_breakpoint

Set breakpoints at specific lines in .NET source files to pause execution during debugging. Configure optional conditions and target sessions for precise code analysis.

Instructions

Set a breakpoint at a specific line in a source file

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fileYesAbsolute path to the source file
lineYesLine number (1-based)
conditionNoOptional condition expression for the breakpoint
sessionIdNoSession ID (defaults to current session). Use list_sessions to see available sessions.
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure but fails to mention critical traits: whether the breakpoint persists across sessions, what happens when the breakpoint is hit (execution pause), error conditions (invalid line numbers), or what the tool returns (breakpoint ID confirmation).

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

Conciseness4/5

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

The description is a single efficient sentence with no redundant words. However, given the lack of annotations and output schema, it is overly terse—one additional sentence covering behavioral traits or prerequisites would improve utility without sacrificing clarity.

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?

For a debugging tool with no annotations and no output schema, the description is insufficient. It omits operational context such as error handling, side effects on program execution, and integration with the broader debugging workflow (session management).

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?

Schema description coverage is 100%, establishing a baseline of 3. The description mentions 'specific line in a source file' which aligns with the file and line parameters, but adds no semantic details beyond the schema regarding the condition expression syntax or session selection logic.

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 (Set) and resource (breakpoint) with precise scoping (at a specific line in a source file). It effectively distinguishes from siblings like remove_breakpoint, list_breakpoints, and execution control tools (continue, step_into).

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives, nor does it mention prerequisites such as requiring an active debug session (attach/launch first) or suggest checking existing breakpoints with list_breakpoints before setting duplicates.

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/AerialByte/mcp-netcoredbg'

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