Skip to main content
Glama

review_url

Analyze a web page for UI/UX issues by capturing it with vision AI. Supports multiple viewports, output formats, and recording.

Instructions

Capture and analyze a URL for UI/UX issues using vision AI.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL to review.
modelNoModel override.
formatNoOutput format (default: md). 'html' is a polished, shareable report.
recordNoRecord a video of the capture.
new_onlyNoReport only findings not seen in prior runs of the same URL.
providerNoLLM provider override (auto|ollama|anthropic|openai|google|mock).
wait_forNoCSS selector or 'networkidle' to wait for before capture.
viewportsNoViewports to capture (default: mobile + desktop).
max_findingsNoKeep only the top N findings, severity-ordered (agent focus).
max_pr_annotationsNoSARIF only: emit at most N results per report, severity-ordered (reviewer fatigue).
Behavior2/5

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

The description does not disclose behavioral traits beyond the basic function. With no annotations, the description carries the full burden. It fails to mention whether the tool is read-only, whether it modifies any state, auth requirements, rate limits, or what happens during capture (e.g., network requests). The phrase 'using vision AI' hints at the mechanism but is insufficient.

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 a single sentence that conveys the core purpose without wasted words. It is appropriately concise for a tool with a self-explanatory name, though it could benefit from slightly more detail without becoming verbose.

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 10 parameters, no output schema, and no annotations, the description is too minimal. It does not explain return values, expected outcomes, or how parameters influence behavior. The extensive parameter list is left entirely to the schema descriptions, which lack contextual guidance for an agent.

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 description coverage is 100%, so the baseline is 3. The description adds no additional parameter-level meaning beyond what the schema already provides. It is generic and does not explain the significance or typical usage of any parameter.

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 captures and analyzes a URL for UI/UX issues using vision AI. The verb 'capture and analyze' combined with the specific resource 'URL' makes the purpose unambiguous. It also naturally distinguishes from siblings like review_routes or review_flow, which address different scopes.

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?

No guidance is provided on when to use this tool versus alternatives. While the purpose is clear, there is no mention of context, prerequisites, or when not to use it. The presence of sibling tools (e.g., review_routes, review_flow) highlights the need for such differentiation, but the description offers none.

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/bobaba99/motionlint'

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