Skip to main content
Glama
RAJUSHANIGARAPU

self-healing-browser-mcp

browser_click

Click an element by specifying locator strategies like role, name, text, or CSS. Automatically recovers when selectors change.

Instructions

Click an element described by any combination of locator strategies.

Provide as many as you know (e.g. role='button' + name='Log in', and a testid if you have one). The most stable available strategy wins; if it healed to a fallback, the result says so.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cssNo
nameNo
roleNo
textNo
labelNo
testidNo
placeholderNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the burden. It discloses that the most stable strategy wins and fallback is reported, which provides insight into internal behavior.

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 succinct, with two sentences. The first sentence states the core purpose, and the second provides usage guidance, making it efficient and well-structured.

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?

Although there is an output schema, the description covers essential behavior for a click tool. It explains fallback behavior, which is valuable for expected output.

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?

The description gives examples of locator strategies (role, name, testid) but does not explain all 7 parameters. Schema coverage is 0%, so partial compensation is provided.

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 the tool clicks an element using locator strategies. It distinguishes from siblings like browser_fill (filling) and browser_get_text (getting text) by specifying 'click' action.

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 advises providing multiple locator strategies and mentions fallback, giving context for effective use. However, it does not explicitly state when not to use or compare to alternatives.

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/RAJUSHANIGARAPU/self-healing-browser-mcp'

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