Skip to main content
Glama

Look up an ADA Title II website accessibility report

lookup_ada_report

Get ADA compliance status for a US local-government .gov domain: accessibility grade, WCAG 2.1 violation counts, and Title II deadline.

Instructions

Look up a US local-government (.gov) domain in the CivicBinder Municipal Web Accessibility Index. Returns the accessibility grade (A-F), WCAG 2.1 AA violation counts from an axe-core scan, the failing rules, the entity's ADA Title II compliance deadline (April 2027 or April 2028), and a link to the full public report page. Use for questions like "is cityofx.gov ADA compliant" or "how accessible is this county website".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesThe .gov domain to look up, e.g. "denvergov.org" or "cityofmadison.com". Protocol and paths are stripped automatically.
Behavior4/5

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

No annotations are present, so the description carries the full burden. It discloses what the tool returns in detail and implies a read-only operation via the verb 'look up'. It doesn't mention error handling for domains not in the index, but this is minor for a lookup tool.

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 tightly written: it leads with the action, summarizes the return payload, gives example questions, and includes the protocol-stripping note. Every sentence earns its place without redundancy.

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

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a single-parameter lookup with no output schema, the description fully covers what the tool does, what it returns, and when to use it. It is self-contained and sufficient for an agent to invoke the tool correctly.

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 already fully documents the single parameter. The description adds valuable behavior beyond the schema, noting that protocol and paths are stripped automatically, which helps the agent construct valid input.

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 states the specific verb 'look up' and the resource 'CivicBinder Municipal Web Accessibility Index', and lists the specific return fields (grade, violation counts, failing rules, deadline, link). It clearly differentiates from the sibling tool lookup_nonprofit_status, which is about a different subject entirely.

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?

Provides clear usage context with example questions ('is cityofx.gov ADA compliant') and explicit scope (.gov domains). It doesn't explicitly state when not to use it, but the sibling tool is obviously different in domain, so the guidance is adequate.

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/kyisaiah47/kynth-mcp'

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