Skip to main content
Glama

click_element_offset

Click an element at a precise percentage offset from its edges. Useful for targeting checkboxes, toggles, or any specific area within a button or card.

Instructions

Click inside element at percentage position (not center).

Examples:
  x_percent=8          → checkbox at left edge of label
  x_percent=90         → right-side toggle slider
  y_percent=20         → top portion of a card

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
x_percentNo
y_percentNo
refNo
selectorNo
humanizeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The description discloses core behavior (click at percentage position) and hints that it is not center. However, it does not mention scrolling, waiting, or the 'humanize' default behavior, which would be valuable given no annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise with one sentence plus examples. It front-loads the purpose. However, it lacks parameter explanations, which would improve structure.

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 the tool has 5 parameters and no annotations, the description is incomplete. It does not explain how to target an element (ref vs selector), the humanize behavior, or the return value (output schema exists but not described).

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description fails to explain the five parameters, especially 'ref', 'selector', and 'humanize'. The examples only illustrate x_percent and y_percent values. With 0% schema description coverage, the description should compensate but does not.

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 inside an element at a percentage position, not the center. It distinguishes from sibling tools like 'click' (which likely clicks center) and provides examples that illustrate specific use cases.

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 implies when to use (clicking at a specific offset) by stating 'not center' and giving examples. It does not explicitly list alternatives or when not to use, but the context is clear enough.

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/RobithYusuf/mcp-stealth-chrome'

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