Skip to main content
Glama
AerialByte

mcp-netcoredbg

by AerialByte

threads

List all threads in a debugged .NET process to inspect execution state and diagnose concurrency issues during debugging sessions.

Instructions

List all threads in the debugged process

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
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?

No annotations provided, so description carries full burden. While 'List' implies a read-only operation, the description lacks crucial behavioral details: output format (thread IDs, names, states?), whether the process must be paused, error conditions if no process attached, or whether all threads or only active ones are returned.

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?

Extremely efficient at 7 words. Front-loaded with verb 'List'. No redundant text. Every word earns its place.

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?

Sufficient for a simple single-parameter tool with complete schema coverage, but leaves gaps given no output schema. Missing description of return value structure (thread objects vs simple IDs) which would help the agent utilize results effectively.

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% with sessionId fully documented including default behavior. The main description adds no parameter-specific meaning, which is acceptable given the schema completeness, meeting the baseline expectation.

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 ('List') and resource ('threads') with scope ('in the debugged process'). However, it does not distinguish from sibling tool 'stack_trace' (which requires a thread ID, presumably obtained from this tool) or clarify when to use this versus other inspection tools.

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?

No guidance on when to use this tool versus alternatives like 'stack_trace' or 'scopes'. Does not mention that an active debugging session is required (implied only by 'debugged process' and the sessionId parameter description).

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