Skip to main content
Glama
AerialByte

mcp-netcoredbg

by AerialByte

launch_watch

:

Instructions

Start debugging with hot reload support using 'dotnet watch'. The debugger will automatically reconnect when the app restarts after code changes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectPathYesPath to the .NET project directory (containing .csproj)
launchProfileNoName of a launch profile from Properties/launchSettings.json
argsNoAdditional arguments to pass to dotnet watch
noHotReloadNoDisable in-process hot reload, forcing full restarts on every change. Use this for reliable debugging of async methods.
sessionIdNoSession ID for this debug session (auto-generated from project name if not specified)
Behavior3/5

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

No annotations provided, so description carries full burden. It discloses key behavioral trait: debugger automatically reconnects after code changes. However, omits session lifecycle management (that this creates a persistent session requiring 'stop_watch' or resource cleanup), error handling behavior, or side effects on the system.

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?

Two sentences with no redundancy. First establishes the action and technology, second explains the critical auto-reconnect behavior. Every word earns its place with zero waste.

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?

Given 5 well-documented parameters and no annotations/output schema, the description adequately explains the core watch-and-reload behavior. However, it could improve by mentioning session persistence implications (given 'stop_watch' and 'terminate_session' siblings exist) or error conditions.

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 coverage is 100%, establishing a baseline of 3. Description mentions 'dotnet watch' and 'hot reload' which provide context for understanding the 'args' and 'noHotReload' parameters, but doesn't add specific syntax guidance, validation rules, or parameter interaction details beyond what's in the schema.

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

Purpose4/5

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

Clear verb ('Start debugging') and specific resource ('dotnet watch'). Mentioning 'hot reload support' implicitly distinguishes from the generic 'launch' sibling and 'attach', but doesn't explicitly state the distinction or when to prefer this over standard launch.

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?

Implies usage context through 'hot reload support' and auto-reconnect behavior, suggesting this is for iterative development workflows. However, lacks explicit 'when to use vs alternatives' guidance (e.g., when to use 'launch' instead) and doesn't mention prerequisite setup requirements.

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