Skip to main content
Glama

a11y_audit_url

Fetch a URL and return a WCAG 2.1 AA heuristic audit.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description carries the full burden of disclosing behavior. It mentions that the tool fetches a URL (a network operation) and returns a heuristic audit, which gives some transparency. However, it does not outline potential failure modes, authentication needs, or the nature of 'heuristic' (e.g., not a full conformance test), so some behavioral aspects remain unclear.

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 a single sentence, directly states the action and outcome, and contains no filler or redundant information. Every word contributes value, making it highly concise and well-structured.

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?

For a tool with one parameter and no output schema, the description covers the core purpose adequately: it fetches a URL and returns a WCAG 2.1 AA audit. It does not detail the audit's return format, but given the absence of an output schema and the tool's simplicity, this is a minor gap. Overall, the description is sufficiently complete for an agent to understand the tool's function.

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 has one parameter 'url' with no description (0% schema coverage). The description's mention of 'Fetch a URL' directly clarifies that the url parameter is the URL to fetch and audit, effectively compensating for the lack of schema documentation. This adds meaning beyond the bare schema definition.

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's function: 'Fetch a URL and return a WCAG 2.1 AA heuristic audit.' It uses a specific verb ('fetch') and identifies the resource (URL) and the output (WCAG 2.1 AA audit), distinguishing it from the sibling a11y_audit_html which likely operates on HTML content.

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 implies the tool should be used when a URL is available to audit, but it does not explicitly state when to use it versus alternatives like a11y_audit_html or a11y_contrast. There is no mention of exclusions or preconditions, leaving usage context implied rather than explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation5/5

Each tool targets a distinct input or aspect: raw HTML, URL fetching, color contrast, and heading extraction. No two tools overlap in function, making selection straightforward.

Naming Consistency4/5

All tools share the a11y_ prefix and use a clear pattern. audit_html and audit_url are verb-object, while contrast and headings are noun-like, but the convention is still readable and predictable.

Tool Count5/5

Four tools is a focused, manageable set for an accessibility scoring server. Each tool covers a distinct need without redundancy, and the count is neither thin nor bloated.

Completeness4/5

The general audits (HTML/URL) provide broad WCAG coverage, with contrast and headings as common focused checks. Minor gaps exist for other sub-checks like form labels or ARIA validation, but the core workflow is well-served.