Skip to main content
Glama

generate_vpat

Read-only

Generates a complete VPAT 2.5 EN 301 549 accessibility conformance report based on scan results. Returns structured JSON and a downloadable PDF (base64-encoded). Covers all EN 301 549 clauses; non-web clauses are marked Not Evaluated with professional notes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesNoAdditional context about the product or evaluation scope
scan_idYesThe scan_id from scan_accessibility
company_nameYesCompany or organization name
product_nameYesName of the product being evaluated
contact_emailYesContact email for accessibility questions
evaluation_dateNoEvaluation date (YYYY-MM-DD). Defaults to today.
product_versionNoVersion of the product1.0
anthropic_api_keyYesYour Anthropic API key (used only for this request, never stored)

TDQS

A4/5.0
Behavior4/5

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

Annotations indicate read-only behavior (readOnlyHint=true), which the description does not contradict. The description adds useful context: it returns JSON and a base64 PDF, covers all EN 301 549 clauses, and marks non-web clauses as Not Evaluated. It also notes the API key is never stored, adding trust 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?

Three concise sentences: purpose, outputs, and scope. Every sentence adds value, and key information is front-loaded. No redundant or filler content.

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?

The description covers the tool's purpose, inputs (scan results), outputs (JSON and PDF), and scope (all clauses). It could mention the prerequisite scan_accessibility but is otherwise complete for a report generation tool with no output schema. Adequate for agent decision-making.

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 the description need not restate parameter details. It does not add additional semantic meaning beyond the schema descriptions. Baseline 3 is appropriate given high 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 clearly states the tool generates a complete VPAT 2.5 EN 301 549 accessibility report from scan results, distinguishing it from sibling tools like scan_accessibility (scanning) and generate_fixes (fix generation). The verb 'generates' and resource 'complete VPAT...report' are specific and unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies use after scanning ('based on scan results') but does not explicitly state when to use or when to avoid, nor does it mention alternatives or prerequisites. The context from sibling tools is not directly referenced in the description.

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.2/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: scanning, generating fixes, generating VPAT reports, and re-verifying. No overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (scan_accessibility, generate_fixes, generate_vpat, re_verify). The naming is predictable and uniform.

Tool Count5/5

With 4 tools covering the core workflow of scanning, fixing, reporting, and re-verification, the count is well-scoped and no tools feel redundant or missing.

Completeness5/5

The tool surface covers the full lifecycle: scan accessibility issues, generate fixes, re-verify after fixes, and generate a VPAT report. No obvious gaps for the domain.