Skip to main content
Glama
AerialByte

mcp-netcoredbg

by AerialByte

launch

Start debugging a .NET application by specifying a DLL path with debug symbols and configuring runtime arguments, environment variables, and entry point behavior.

Instructions

Start debugging a .NET application. The program should be the path to a DLL file built with debug symbols.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
programYesPath to the .NET DLL to debug
argsNoCommand line arguments for the program
cwdNoWorking directory for the program
stopAtEntryNoStop at the entry point of the program
envNoEnvironment variables to pass to the debuggee process
launchProfileNoName of a launch profile from Properties/launchSettings.json to use for environment variables and URLs
sessionIdNoSession ID for this debug session (auto-generated from program name if not specified)
Behavior3/5

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

With no annotations provided, the description carries full burden. It states it starts debugging but omits behavioral details: whether it spawns a new OS process, whether it blocks until termination, what happens if symbols are missing, or that it establishes a persistent debug session (implied by sessionId parameter but not confirmed).

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 zero waste. First establishes purpose, second adds the debug symbols constraint. Appropriately compact given the rich, self-documenting schema.

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?

Adequate for initiation but minimal given complexity. No output schema exists, yet description doesn't clarify the resulting debug session state (paused vs running) or side effects (process creation). Covers the essential pre-condition (debug symbols).

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 coverage is 100% so baseline is 3. The description adds crucial semantic constraint that the DLL must be 'built with debug symbols'—critical information for successful debugging not present in the schema's generic 'Path to the .NET DLL to debug'.

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 resource ('.NET application'), and specifies the DLL requirement. However, it does not distinguish from sibling 'attach' (connect to existing process) or 'launch_watch' (file watching), which is important given the debug context.

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?

Provides no guidance on when to use 'launch' versus 'attach' (which connects to an already-running process) or other initiation methods. No mention of prerequisites like requiring a debuggable build configuration.

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