Skip to main content
Glama
alii13

Accessibility MCP Server

by alii13

audit_with_session

Run an accessibility audit on protected web pages using an existing authenticated session, eliminating the need to re-authenticate for each audit.

Instructions

Run an accessibility audit on a URL using an existing authenticated session. This allows testing protected pages without re-authenticating for each audit.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesFull URL or relative path to test. If relative, domain must be provided.
tagsNoSpecific accessibility tags to check. If not provided, all tags are checked.
domainNoBase domain if URL is relative. If not provided, uses session domain.
sessionIdYesSession ID from create_session tool.
Behavior2/5

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

With no annotations, the description carries full burden for behavioral disclosure. It mentions using an existing session but fails to disclose side effects, error conditions, or whether the session is modified. This lack of detail reduces transparency.

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 two sentences, front-loads the key action, and contains no unnecessary words. It is highly concise and well-structured.

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

Completeness3/5

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

Given no output schema and no annotations, the description is adequate but lacks behavioral details and clarity on prerequisites like creating a session. It could be more complete for a tool with four parameters and complex dependencies.

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 coverage is 100%, so baseline is 3. The description does not add any new information about parameters beyond what the schema already provides, but it does not detract either.

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 runs an accessibility audit on a URL using an existing session, with a specific verb and resource. It distinguishes itself from sibling tools like audit_url by highlighting the session requirement.

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 explains the use case for protected pages without re-authentication, implying when to use the tool. However, it does not explicitly state alternatives or when not to use it, though the context of sibling tools provides some guidance.

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/alii13/accessibility-mcp-server'

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