Skip to main content
Glama

audit_surface

Audit a web page across six invisible-correctness axes: perceivable, operable, off-happy-path, key-private, findable, fast-and-stable. Pass URL or HTML; get per-axis report flagging unjudgeable axes.

Instructions

Audit a shipped web surface across all six invisible-correctness axes (perceivable, operable, off-happy-path, key-private, findable, fast-and-stable) with the MISSING conformance auditor. Pass a url to fetch and audit the served HTML, or pass html directly. Returns a per-axis report that declares the axes a static check cannot judge rather than reporting them clean.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNo
htmlNo
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 a key behavioral trait: the report 'declares the axes a static check cannot judge rather than reporting them clean,' providing honesty about limitations. It also mentions fetching served HTML, implying a network request. It doesn't discuss safety or side effects, but as an audit tool, the implied read-only nature is acceptable.

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 two sentences, front-loaded with the core purpose, and each clause adds value. It lists the six axes compactly and explains the output behavior without redundancy. No wasted words.

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

Completeness4/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 appropriately outlines the return value ('per-axis report') and its honesty about unjudgeable axes. It covers inputs and output behavior. It references 'MISSING conformance auditor' without explanation, but that's a tool-specific detail. The absence of rate limits or auth notes is minor for an audit tool, and complexity is low with only two string parameters.

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?

The schema only defines url and html as optional strings with no descriptions. The description adds meaning: 'Pass a url to fetch and audit the served HTML, or pass html directly.' This explains the semantics of each parameter and their mutual exclusivity (implied by 'or'). It doesn't cover edge cases like providing both or none, but for two simple parameters this is adequate.

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 audits a 'shipped web surface' across six specific axes with the MISSING conformance auditor. The verb 'audit' and resource are precise, and the listed axes distinguish it from narrower siblings like audit_findability or audit_delivery.

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 explicitly explains how to invoke the tool: pass a url to fetch and audit, or pass html directly. This gives clear input guidance. However, it doesn't explicitly contrast with sibling tools (e.g., when to use this general audit vs audit_findability), though the scope (all six axes) implies broader use.

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/Polymathie-Studio/ds4ai-mcp'

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