Skip to main content
Glama
yubao2000

mcp-browser-agent

by yubao2000

browser_clickAt

Click at specified viewport coordinates to interact with elements unreachable by CSS selectors, including slider captchas, popups, and canvas.

Instructions

在页面的指定坐标位置点击(如无法用 CSS 选择器定位的元素)。用于滑动验证码、弹窗、canvas 等场景。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xYesX 坐标(相对于视口左上角)
yYesY 坐标(相对于视口左上角)
buttonNo鼠标按键left
clickCountNo点击次数

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.5.0

TDQS

A4.2/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It mentions that clicking by coordinates is for elements not locatable by CSS, but does not disclose details such as whether the click is simulated, whether it scrolls the element into view, or whether it triggers events. This is moderate transparency.

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 concise and well-structured, stating the action, the condition for use, and example scenarios in a compact manner. No redundant words.

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?

The description adequately covers the tool's purpose and appropriate usage scenarios. It lacks details about edge cases (e.g., coordinates outside viewport) or return behavior, but given the simplicity of the operation, it is largely complete.

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 schema already provides descriptions for all parameters (coordinates relative to viewport, button options, click count). The tool description does not add extra semantic context beyond the schema, so a baseline score of 3 is appropriate.

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 at specified coordinates on the page, and provides typical use cases such as sliding captchas, popups, and canvas elements. It also distinguishes itself from element-based clicking by noting it is for elements that cannot be located with CSS selectors.

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?

The description explicitly explains when to use this tool: when elements cannot be located via CSS selectors, and for scenarios like sliding captchas, popups, and canvas. This gives clear guidance on choosing this tool over alternatives like browser_click.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/yubao2000/mcp-browser-server'

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