Skip to main content
Glama

uxpass_run

Run a synchronous UI/UX quality check on a URL. Executes HTTP, HTML, accessibility, performance, and security checks to return a UX Score and summary.

Instructions

Run a UI/UX quality check synchronously against a URL. Executes the deterministic uxpass-core check set (HTTP, HTML, accessibility, agent readability, performance, security) against the target and returns the run id, status, UX Score, and summary. Pass either url (a one-off check) or pack_name (resolves the registered pack's url). The hats parameter is accepted for forward compatibility but is currently ignored; LLM hats land in a later chunk. Response includes was_duplicate: boolean indicating whether the row was already present (idempotent retry).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pack_nameNoName of a registered UXPass pack; the pack's url is used as the target
urlNoTarget URL for a one-off run (takes precedence over pack_name)
hatsNoReserved for future use. Currently ignored; the deterministic runner evaluates the full uxpass-core check set on every run.
task_idNoClient-generated idempotency key (UUIDv5 from thread_id + prompt_hash + time_bucket recommended). Required for safe retry. If omitted, the server creates a fresh row and you lose retry safety; sending the same task_id twice returns the original run_id with was_duplicate=true instead of creating a duplicate.
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses synchronous execution, determinism, the check set, return fields (run id, status, UX Score, summary), and idempotent retry behavior (was_duplicate). It does not mention error handling or authentication, but coverage is good overall.

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?

The description is concise (5 sentences) and well-structured: purpose first, then details, parameter guidance, and return information. No unnecessary words.

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 no output schema, the description covers all essential aspects: what the tool does, parameters, behavior, and return fields. It is complete for the tool's level of complexity.

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

Parameters4/5

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

Schema coverage is 100%, so parameters are documented. The description adds value by clarifying that pack_name resolves to a URL, url takes precedence, hats is ignored, and task_id is for idempotency with a recommended format.

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 runs a UI/UX quality check synchronously against a URL, listing the specific check set (HTTP, HTML, accessibility, etc.). It differentiates from sibling pass tools (e.g., copypass_run, seopass_run) by specifying the uxpass-core scope.

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?

It explains when to use 'url' vs 'pack_name', notes that 'hats' is ignored, and describes the idempotency key. However, it does not explicitly state when not to use this tool (e.g., when to use uxpass_status instead) or compare to alternatives.

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/malamutemayhem/unclick'

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