Skip to main content
Glama
Akioo77

Browser MCP Server

by Akioo77

click

Clicks an element on a webpage using a CSS selector or index, such as buttons or links. Supports timeout for waiting.

Instructions

点击页面上指定元素(按钮、链接、任意可点击元素)。支持 CSS 选择器或元素索引。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
indexNo当多个元素匹配时,按序号点击(从 0 开始)
timeoutNo等待元素出现的超时时间(毫秒),默认 5000
selectorNoCSS 选择器(如 "button.submit", "a.next-link")
Behavior3/5

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

With no annotations, the description carries full burden. It states 'click' and mentions timeout and selector, implying waiting behavior. However, it does not disclose if the tool waits for the element to be clickable, what happens on failure, or return 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 a single concise sentence with no wasted words. It provides essential information efficiently.

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?

Given no output schema and simple tool, the description lacks details on error handling, return values, and behavior with multiple matches. The index parameter hints at multiple matches but is not explained.

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%, so baseline is 3. The description adds no value beyond what the schema already provides for each parameter. It mentions 'CSS selector or element index' which mirrors the parameters.

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?

The description clearly states the tool clicks elements on the page using CSS selectors or index. It distinguishes from sibling tools like hover, fill, or check, but does not elaborate on edge cases like double-click or right-click.

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 (e.g., hover, check). No mention of prerequisites like page load or element visibility.

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

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