Skip to main content
Glama
thebtf

netcoredbg-mcp

by thebtf

ui_click

Click a UI element by AutomationId, Name, ControlType, or XPath. Uses cached coordinates or falls back to pywinauto search. Ensure app is not stopped at a breakpoint.

Instructions

Click on a UI element.

Note: If app is STOPPED at breakpoint, resume with continue_execution() first.

Tries cached coordinates first (from last ui_get_window_tree call), then falls back to pywinauto element search.

Args: automation_id: AutomationId property name: Element's Name/Title property control_type: Control type

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
automation_idNo
nameNo
control_typeNo
root_idNo
xpathNo
Behavior3/5

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

Annotations provide openWorldHint=false, and the description adds caching and fallback details. No contradictions. However, the description does not disclose other behaviors like side effects, error handling, or waiting conditions beyond what is implied.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise with a clear header, note, and explanation. It uses bullet points for parameters, which aids readability. No unnecessary sentences.

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

Completeness2/5

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

The tool has 5 parameters with no schema descriptions, no output schema, and moderate complexity. The description fails to cover all parameters, does not explain return behavior, error cases, or preconditions beyond the breakpoint note. This leaves the agent under-informed.

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 description explains 3 of 5 parameters (automation_id, name, control_type), but omits root_id and xpath entirely. Given 0% schema description coverage, the description partially compensates but leaves significant gaps.

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 'Click on a UI element', which is a specific action on a specific resource. The name 'ui_click' and siblings like 'ui_double_click', 'ui_right_click', 'ui_click_annotated' help distinguish it.

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?

The description includes a note about resuming execution if app is stopped. It also explains the caching and fallback behavior, providing implicit guidance on when this tool is appropriate. However, it does not explicitly contrast with sibling tools or state when not to use it.

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