Skip to main content
Glama
thebtf

netcoredbg-mcp

by thebtf

get_build_diagnostics

Read-onlyIdempotent

Retrieve full build diagnostics with warning details to troubleshoot crashes or unexpected behavior after a successful build.

Instructions

Get full build diagnostics including all warnings.

Build warnings are hidden by default in start_debug/restart_debug responses to reduce context noise. Call this tool when:

  • Build succeeds but the app crashes or behaves unexpectedly

  • Investigating assembly loading or compatibility issues

  • Checking nullable reference, deprecation, or platform warnings

  • Debugging "it compiles but doesn't work" situations

Args: include_warnings: Include warning details (default True, the point of this tool)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
include_warningsNo
Behavior5/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, but the description adds valuable behavioral context: that warnings are hidden by default and this tool retrieves them. No contradiction.

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?

Efficiently structured: short intro, bulleted usage list, and argument explanation. No filler, front-loaded with purpose.

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

Completeness5/5

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

Given low complexity (1 optional param, no output schema), the description covers all necessary context: purpose, why this tool exists, when to use, and parameter meaning.

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?

The single parameter 'include_warnings' has default true and is described as 'the point of this tool', adding meaning beyond the schema. With 0% schema description coverage, the description compensates well, though it could clarify the default behavior more explicitly.

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 'Get full build diagnostics including all warnings' with a specific verb and resource. It distinguishes itself from sibling debug tools by focusing on build diagnostics that are hidden elsewhere.

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

Usage Guidelines5/5

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

Explicitly lists four scenarios for use (e.g., 'Build succeeds but the app crashes', 'Investigating assembly loading issues') and explains why warnings are hidden by default in other tools, providing clear when-to-use context.

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

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