Skip to main content
Glama

HTML 정적 접근성 검사

check_html
Read-only

Audit HTML strings or local files against KWCAG 2.2 accessibility standards. Identify static compliance issues and flag rendering-dependent checks that require browser-based review.

Instructions

HTML 문자열이나 로컬 HTML 파일을 KWCAG 2.2 기준으로 정적 검사한다. 웹 UI 코드를 작성·수정·리뷰할 때 반드시 호출한다. 브라우저 없이 동작하며, 렌더링이 필요한 항목(명도 대비·초점 표시·타깃 크기)은 '브라우저 감사 필요'로 표시한다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
htmlNo검사할 HTML 문자열(path와 택1)
pathNo로컬 .html/.htm 파일 경로(html과 택1)
baseUrlNo상대 링크·#target 해석용
rulesetNokwcag22
maxFindingsNo
excludeRulesNo제외할 axe·k 규칙 ID

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
engineYes
targetYes
noticesYes
summaryYes
verdictYes
findingsYes
checkpointsYes
manualChecklistYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.4/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true, and the description adds meaningful behavior beyond that: it runs without a browser, performs static analysis only, and explicitly discloses that contrast, focus indication, and target size checks are not fully performed and are marked as 'browser audit required'. This is honest, specific, and materially shapes agent 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 with no filler: first states what the tool does, second states when to call it, third states the key browserless limitation. Everything earns its place and the most important information is front-loaded.

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 read-only static checker with an output schema, the description covers purpose, invocation context, and behavioral limitations well. It could be slightly stronger by explicitly naming sibling tools for the browser-required checks or clarifying network/auth assumptions, but nothing essential for correct invocation is missing.

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

Parameters3/5

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

Schema description coverage is 67%, so most parameters are already documented. The description reinforces the html/path either-or relationship by mentioning both HTML strings and local HTML files, but it adds no new meaning for baseUrl, ruleset, maxFindings, or excludeRules. With moderate schema coverage, a baseline 3 is appropriate.

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?

States a specific action (static accessibility inspection), a clear resource (HTML strings or local HTML files), and a concrete standard (KWCAG 2.2). The addition of 'static' and 'without a browser' distinguishes it from sibling tools like check_contrast and audit_url.

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?

Explicitly tells the agent when to use the tool: 'must call when writing, modifying, or reviewing web UI code'. It also implies a boundary by stating that rendering-dependent checks are only marked as needing browser audit, but it does not name specific sibling alternatives for when a browser audit is required.

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

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/SWJoong/SWWA'

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