Skip to main content
Glama
dallask

Accessibility MCP Server

by dallask

generate_dashboard

Transform accessibility audit results into a visual dashboard with key metrics, charts, and summaries in multiple formats, including text, markdown, HTML, or JSON.

Instructions

Create a visual dashboard summary of audit results with key metrics, charts, and summaries. Supports multiple formats (text, markdown, HTML, JSON) and optional charts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNoOutput format: "text" (plain text), "markdown" (markdown format), "html" (HTML report), or "json" (structured JSON). Default: "markdown".markdown
resultsYesAudit result object(s) or URL string(s). If URL(s) provided, audit(s) will be run first.
includeChartsNoInclude ASCII/text charts in the dashboard (default: true).
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It fails to mention that the 'results' parameter can accept URLs and trigger audits, a significant side effect evident in the schema. It also does not describe the output format or whether the operation is read-only or creates persistent artifacts, so transparency is limited.

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 extremely concise, consisting of two sentences that front-load the primary purpose and then list supported formats. Every word adds information, with no redundant details.

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?

For a tool with moderate complexity (accepting objects, arrays, or URLs) and no output schema, the description is somewhat lacking. It explains the output concept ('visual dashboard summary') but does not specify what the returned dashboard looks like, nor does it mention the audit-before-dashboard behavior for URL inputs, which is covered only in the parameter schema.

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?

The schema already provides detailed descriptions for all three parameters, including enums and defaults. The description adds no new information about parameter values beyond restating that formats include text, markdown, HTML, and JSON and that charts are optional, so it does not exceed the baseline provided by the schema.

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 identifies the tool's function with a specific verb ('Create') and resource ('visual dashboard summary of audit results'). It mentions key elements (metrics, charts, summaries) that differentiate it from sibling report tools like generate_summary_report or export_to_html_report.

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 does not provide explicit guidance on when to use this tool versus alternatives such as generate_summary_report or generate_compliance_report. It only implies that it is suitable when a dashboard with visual charts is desired, leaving the agent to infer the appropriate context.

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/dallask/a11y-mcp-srv'

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