Skip to main content
Glama
thebtf

netcoredbg-mcp

by thebtf

step_over

Step over the current line without entering function calls, then inspect variables at the new location to decide next steps.

Instructions

Step over to the next line. Blocks until the step completes.

State: STOPPED required.

Executes the current line without entering function calls. Returns the new stopped location with source context.

IMPORTANT: After this returns with state=stopped, inspect variables at the new location before deciding the next action.

Escape hatch: see the dap-escape-hatch prompt for unwrapped DAP requests.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
thread_idNo
Behavior4/5

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

Describes blocking behavior, state requirement, effect of not entering functions, and return of new location. With minimal annotations (only openWorldHint=false), this adds significant behavioral insight, though it doesn't cover potential side effects like variable changes.

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?

The description is well-organized: action, requirement, behavior, important note, escape hatch. Every sentence adds value without redundancy.

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?

Covers core stepping behavior, state requirement, and return info. Lacks explanation of thread_id parameter, but given optional nature and presence of sibling step tools, it is largely complete for its purpose.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The single parameter thread_id is not mentioned in the description (0% schema coverage). While its purpose may be inferred, the description does not clarify its role or default behavior, leaving ambiguity for the agent.

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 explicitly states 'Step over to the next line' and 'Executes the current line without entering function calls', clearly defining the action and distinguishing it from step_into and step_out among siblings.

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

Usage Guidelines4/5

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

Prerequisite 'State: STOPPED required' is given, and the post-action instruction to inspect variables provides usage context. However, it does not explicitly compare with step_into/step_out or mention when not to use.

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