Skip to main content
Glama

인증 준비도 추정

estimate_cert_readiness
Read-only

Aggregates multi-page audit reports by item compliance to estimate web accessibility certification readiness, indicating remaining manual and user reviews instead of relying on automated checks alone.

Instructions

여러 페이지의 검사 Report를 검사항목별 준수율로 집계해 웹 접근성 품질인증 준비도를 추정한다. 자동 검사만으로 인증 통과를 판정하지 않으며 수동·사용자 심사 잔여를 함께 알린다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reportsNocheck_html·audit_url의 Report 배열(reportPaths와 택1)
pageCountNo표본 총 페이지 수(미지정 시 report 수)
reportPathsNoReport JSON 파일 경로 배열(reports와 택1)

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior4/5

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

The description adds meaningful behavioral context beyond the readOnlyHint annotation: it explicitly warns that automated inspection alone does not determine certification pass and that remaining manual/user review items are reported. This is valuable transparency for an estimation tool and aligns with the read-only annotation.

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?

Two sentences, both information-dense and non-redundant. The core action is front-loaded, and the important caveat about automated-only assessment is placed second without bloating the description.

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 read-only annotation, fully described parameters, and clear input sources, the description provides enough context for an agent to invoke the tool correctly. It also communicates what the output conveys: per-item compliance rates and remaining manual/user review. A fully explicit output schema would raise this further, but its absence is partly compensated by the description.

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 100%, so the parameters are already documented in the schema, including the mutual exclusivity of reports/reportPaths and the default for pageCount. The tool description adds high-level context about aggregating Reports but does not add parameter-level detail beyond what the schema provides.

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 uses a specific verb plus resource: it aggregates multiple inspection Reports into per-item compliance rates to estimate web accessibility certification readiness. It also clearly distinguishes itself from lower-level inspection tools like check_html or audit_url by operating on their outputs rather than performing inspections itself.

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 implies when to use the tool: after obtaining Reports from check_html or audit_url, and when estimating overall certification readiness across multiple pages. It does not explicitly name alternatives or state when not to use it, but the input dependency and estimation purpose provide clear contextual guidance.

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