Skip to main content
Glama

scan_accessibility

Automated technical accessibility pre-check (WCAG 2.1/2.2 AA via axe-core) for one public https:// URL, rendered in a real headless browser, mapped to German BFSG requirements. Catches roughly 57% of WCAG violations — NOT a substitute for a manual audit and never a conformity proof. Results are cached 6h per (url, standard); a cache hit still costs the full price. 500 credits, requires an API key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
waitMsNo
standardNo
includePassesNo

TDQS

A4.3/5.0
Behavior5/5

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

With no annotations provided, the description carries the full transparency burden and exceeds expectations. It discloses concrete behavioral traits: catches roughly 57% of violations, uses a headless browser, results are cached 6h per (url, standard), a cache hit still costs the full price, requires 500 credits and an API key. These caveats give the agent realistic expectations.

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?

Three dense sentences, each earning its place. The first sentence front-loads the core function, the second and third add critical operational caveats. No fluff or repetition of schema fields.

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 the tool's complexity (4 params, no annotations, no output schema), the description covers pricing, auth, caching, detection limits, and a key exclusion. It falls short only on explaining the return format and the two less-obvious parameters, which prevents a perfect score.

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

Parameters2/5

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

Schema description coverage is 0% for 4 parameters, so the description must compensate. It does clarify 'url' by requiring a public https:// URL and indirectly hints at 'standard' through WCAG 2.1/2.2 AA, but it never explains 'waitMs' or 'includePasses'. The agent would have to guess from parameter names alone, which is insufficient for low coverage.

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 names a specific action ('Automated technical accessibility pre-check'), a concrete resource (one public https:// URL), and attaches meaningful scope (WCAG 2.1/2.2 AA via axe-core, mapped to German BFSG requirements). It also distinguishes itself from the sibling tool 'draft_statement' by framing itself as a pre-check rather than the final statement product.

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?

The description clearly positions the tool as a preliminary step and explicitly says it is 'NOT a substitute for a manual audit and never a conformity proof.' This is a strong when-not guideline. However, it does not explicitly mention using the sibling tool 'draft_statement' as the alternative next step, stopping short of a full 5.

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

A4.4/5.0
Disambiguation5/5

The two tools are completely distinct: one performs a technical accessibility scan, the other generates a legal statement. No overlap or ambiguity exists.

Naming Consistency5/5

Both tools follow the same verb_noun pattern: scan_accessibility and draft_statement. Clear and predictable naming.

Tool Count3/5

With only 2 tools, the set feels thin, but the niche scope (accessibility scanning + statement drafting) makes the count appropriate. It's on the low end of the acceptable range.

Completeness5/5

The workflow is complete: scan a URL, optionally use results to draft a statement. No obvious missing operations for the stated purpose.

Resources