Skip to main content
Glama

vision_find

Read-onlyIdempotent

Analyze a webpage screenshot to identify and number interactive elements like buttons and links, returning an annotated image for precise element targeting.

Instructions

Find elements using vision-based screenshot analysis. Returns annotated screenshot with numbered elements.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tabIdYesTab ID to analyze
instructionNoOptional hint about what to look for (for future use)
showGridNoOverlay coordinate grid on screenshot. Default: false
showBoundingBoxesNoShow bounding boxes around elements. Default: true
interactiveOnlyNoOnly show interactive elements (buttons, links, inputs). Default: true
formatNoOutput format: legacy text+image, provider-neutral snapshot JSON, or both. Default: legacy.
includeImageNoInclude annotated image output. Defaults to true for legacy/both and false for snapshot.
occlusionFilterNoWhen true, drops elements whose center is covered by another element via elementFromPoint. Defaults to false to preserve today's output; set to true for stricter accuracy.
iframesNoFrame traversal mode. "all" still respects same-origin policy; cross-origin frames are listed in iframes.skipped.none
modeNoviewport: today's single-shot capture. tiled: full document scrolled in viewport-tall steps; returns per-tile screenshots and a unified element map.viewport
recordTrajectoryNoOpt-in visual trajectory artifact capture for this call. Also enabled by OPENCHROME_VISUAL_TRAJECTORY=1.
Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, covering safety. The description adds that it performs 'vision-based screenshot analysis' and returns an annotated screenshot, but does not elaborate on the analysis process or potential side effects (though there are none). It adds some context beyond annotations.

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

Conciseness3/5

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

The description is concise at two sentences, but it is somewhat vague and lacks detail. It could be restructured to front-load key information like the purpose and output, but the brevity is acceptable given the schema richness.

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's complexity (11 parameters, no output schema), the description is too brief. It does not explain the output format, how 'numbered elements' are represented, or how to interpret the results. The annotations cover safety, but the description fails to provide sufficient operational context.

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 all parameters are already well-described in the input schema. The tool description does not add any additional meaning or usage guidance for the parameters, providing no extra value beyond what the schema already offers.

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 'Find elements using vision-based screenshot analysis,' which specifies the verb (find) and resource (elements). It distinguishes from sibling tools like 'find' (likely DOM-based) by emphasizing 'vision-based.' It also mentions the return of an annotated screenshot with numbered elements.

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?

The description provides no guidance on when to use this tool versus siblings such as 'find', 'element_pick', or 'image_qa'. There is no mention of use cases, prerequisites, or alternatives, leaving the agent to infer context.

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/shaun0927/openchrome'

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