Skip to main content
Glama
funkyfunc

browser-dvr-mcp

by funkyfunc

coordinate_click

Simulates a raw mouse click at exact pixel coordinates for Canvas, WebGL, and other non-DOM interfaces.

Instructions

BYPASS THE DOM ENTIRELY. Dispatches a raw mouse click at exact pixel coordinates via CDP Input.dispatchMouseEvent. Designed for Canvas, WebGL, and other non-DOM interfaces where backendNodeId is meaningless.

No spatial validation is performed — the click goes directly to the specified coordinates. For DOM-based interactions, prefer atomic_interact with a backendNodeId instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xYesX pixel coordinate
yYesY pixel coordinate
Behavior4/5

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

No annotations provided, but description discloses that no spatial validation is performed and that it uses CDP Input.dispatchMouseEvent. Does not detail event propagation or side effects, but sufficient for a simple click action.

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?

Three sentences, front-loaded with the bypass warning, no redundant text, every sentence adds value.

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

Completeness5/5

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

Given simple parameters, no output schema, but description provides full context for non-DOM usage and comparison to sibling, making it complete for an agent to decide and invoke.

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?

Input schema has 100% coverage with clear descriptions for x and y. Description adds no extra semantics beyond 'X pixel coordinate' and 'Y pixel coordinate', so baseline 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?

Clearly states it dispatches a raw mouse click at pixel coordinates via CDP Input.dispatchMouseEvent, explicitly for Canvas, WebGL, and non-DOM interfaces, distinguishing it from sibling atomic_interact.

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?

Explicitly warns to bypass DOM and specifies to prefer atomic_interact for DOM-based interactions, providing clear when-to-use and when-not-to.

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/funkyfunc/browser-dvr-mcp'

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