Skip to main content
Glama

click_at_corner

Click at a specified corner of an element to dismiss popups, close X buttons, or delete icons.

Instructions

Click at a corner of element (close X buttons, delete icons, dismiss).

corner: top-left | top-right | bottom-left | bottom-right
offset: inset pixels from corner (default 8px — works for most X buttons)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cornerNotop-right
offsetNo
refNo
selectorNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Discloses the corner parameter and offset behavior (inset pixels from corner, default 8px), which is not in the schema. However, it omits error handling behavior (e.g., if element not found) and does not mention any side effects, which would be helpful for a click action tool.

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?

Extremely concise: two lines for purpose and explicit use cases, then two lines for parameter details. Every sentence adds value with no redundancy.

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

Completeness3/5

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

The description covers the core behavior and primary parameters, but lacks explanation for the optional 'ref' and 'selector' parameters. Given that the schema has no descriptions (0% coverage) and no annotations, the description should address all parameters to be fully 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 description explains the 'corner' enum and 'offset' integer (with example default). However, it does not document 'ref' and 'selector' parameters, which remain entirely unexplained despite 0% schema description coverage. Only 2 of 4 parameters are clarified.

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?

Description clearly states 'Click at a corner of element' with specific use cases like close X buttons and delete icons. This effectively distinguishes it from sibling tools like 'click' (center click) and 'click_element_offset' (arbitrary offset).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Description implies usage for corner-based interactions (dismiss buttons, delete icons) but does not explicitly state when to use this tool versus alternatives like 'click' or 'click_element_offset'. No exclusions or when-not-to-use guidance provided.

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