Skip to main content
Glama
dallask

Accessibility MCP Server

by dallask

export_to_excel

Export accessibility audit results to formatted Excel files. Provide audit results or a URL to run an audit and generate an XLSX workbook with styling.

Instructions

Export audit results to Excel/XLSX format with formatting. Requires xlsx package.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultsYesAudit results object or URL string. If URL is provided, an audit will be run first.
formattingNoApply colors, headers, and styling (default: true).
includeChartsNoGenerate charts for score trends and category breakdown (default: false).
Behavior2/5

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

No annotations are provided, so the description must convey behavioral traits. It mentions the xlsx package requirement, which is a useful dependency note. However, it does not disclose important behaviors such as how the output is delivered (e.g., file path, download), whether it triggers an audit when a URL is passed (the schema covers this, but the description doesn't add context), or any side effects. The description is too sparse to give the agent a clear picture of the tool's runtime behavior.

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 short sentences that immediately state the core function and a prerequisite. Every word earns its place, and there is no redundant or inflated language. It is well-structured and front-loaded, making it easy to scan.

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

Completeness2/5

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

Given that there is no output schema and no annotations, the description leaves significant gaps: it does not explain how the exported file is returned or saved, does not mention that the 'results' parameter can be a URL to trigger a new audit (though the schema does), and offers no guidance on choosing this tool over sibling export tools. For a tool with multiple parameters and related siblings, the description is under-specified.

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 input schema provides complete descriptions for all three parameters (results, formatting, includeCharts), so the baseline is 3. The description does not add any parameter-specific information beyond the schema; it merely echoes the formatting concept without elaborating on the parameters themselves. No value is added over 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 action (export), the resource (audit results), and the destination format (Excel/XLSX). It distinguishes itself from sibling export tools by naming the specific format. The mention of formatting adds useful context without ambiguity.

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 usage by specifying the output format (Excel/XLSX), suggesting it is appropriate when an Excel file is desired. However, it does not explicitly contrast with sibling tools like export_to_csv or export_to_json, nor does it state conditions for when to prefer this tool over alternatives. No exclusions or alternative recommendations are provided.

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