Skip to main content
Glama
81117105108108

Blinkwire

Click at coordinates

browser_mouse_click_xy

Clicks at viewport coordinates (x, y) to interact with elements when a ref is unavailable. Use this for coordinate-based interactions, preferring browser_click with a ref when possible.

Instructions

Click at viewport coordinates. Prefer browser_click with a ref — coordinates break when the layout shifts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xYesX coordinate
yYesY coordinate
buttonNoMouse button (default left)left
doubleClickNoDouble-click instead of a single click

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior3/5

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

The description does not mention any side effects beyond the click itself, such as whether it triggers navigation or waits for page load. Since annotations only indicate it is not read-only and not destructive, the description carries the burden but provides minimal extra detail about the click's 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 concise, using only two sentences to convey the action and the key guidance. Every word serves a purpose, with no redundancy or unnecessary detail.

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 tool is simple and self-contained; the description gives enough context about what it does and when to prefer it. It could mention that coordinates are relative to the viewport, but that is already implied by 'viewport coordinates' in the description and the parameter names.

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?

All parameters (x, y, button, doubleClick) have straightforward descriptions in the schema, covering 100% of parameters. The description adds no additional per-parameter semantics, so it meets the baseline but does not exceed it.

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 viewport coordinates, using a specific verb and resource. It also distinguishes itself from browser_click by mentioning the alternative with a ref, making its purpose unambiguous even among many sibling mouse tools.

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 advises preferring browser_click with a ref and explains why (coordinates break when layout shifts). This gives clear guidance on when to use this tool versus the alternative, leaving no ambiguity for the agent.

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/81117105108108/Blinkwire'

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