Skip to main content
Glama

audit_responsive_visibility

Read-only

Detect content visible on desktop but hidden on mobile due to display:none, opacity:0, visibility:hidden, or zero-size. Categorizes each as likely oversight or intentional, returning a table of selectors and categories.

Instructions

Render a URL at multiple breakpoints and flag content elements that are visible on desktop but hidden on mobile (display:none / opacity:0 / visibility:hidden / zero-size). Categorises each flag as 'likely-oversight' (content that vanishes on mobile — the hidden-on-mobile content bug) vs 'intentional' (decorative). Returns a table of selector / hiding-class / mobile-visible / desktop-visible / category. Requires headless chromium.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL to render (http/https or file://)
breakpointsNoViewport widths in px. Default [390, 768, 1440, 2160]
viewportHeightNoRender height in px. Default 900
Behavior4/5

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

Annotations declare readOnlyHint=true and destructiveHint=false, which align with the description's non-destructive read operation. The description adds context about requiring headless chromium and the return format, disclosing key behavioral traits 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.

Conciseness5/5

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

The description is concise and well-structured: first the main action, then categorization, then return format, then requirement. Every sentence is informative with no redundancy.

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 sufficiently explains the output (table of fields) and prerequisites (headless chromium). Tool complexity is moderate, and the description covers all necessary context for an agent to use it correctly.

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%, and the description adds value by specifying default breakpoints (390, 768, 1440, 2160) and default viewport height (900), which are not in the schema. This aids agent in understanding defaults without guessing.

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 explicitly states the tool's function: rendering a URL at multiple breakpoints and flagging elements hidden on mobile. It categorizes findings as 'likely-oversight' or 'intentional', providing clear differentiation from other audit tools in the sibling list.

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?

The description explains what the tool does but does not explicitly state when to use it versus alternatives like audit_page or audit_content. The context is implied by the tool's specific focus, but no direct guidance is 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/rhinocap/raven-mcp'

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