Skip to main content
Glama
dallask

Accessibility MCP Server

by dallask

generate_summary_report

Create executive summaries from accessibility audit results or URLs. Customize output format and detail level to present key findings and recommendations.

Instructions

Generate executive summary report with key findings and recommendations. Supports multiple formats (text, markdown, HTML) and detail levels (executive, detailed, technical).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
levelNoDetail level: "executive" (high-level summary for executives), "detailed" (comprehensive summary with breakdowns), or "technical" (technical details for developers). Default: "executive".executive
formatNoOutput format: "text" (plain text), "markdown" (markdown format), or "html" (HTML report). Default: "markdown".markdown
resultsYesAudit result object(s) or URL string(s). If URL(s) provided, audit(s) will be run first.
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 providing URLs as input will trigger an audit first, nor does it clarify whether the operation is read-only or has side effects. The description only lists capabilities, not behaviors.

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 long and front-loaded with the main purpose. Every sentence is informative and there is no redundant filler.

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?

The tool has three parameters, no output schema, and no annotations. The description omits the important behavior that URL inputs trigger an audit, which could lead an agent to misuse the tool. The report content and return format are only vaguely implied, leaving gaps for correct invocation.

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 description coverage is 100%, with detailed descriptions for each parameter including enums and defaults. The description mentions 'multiple formats (text, markdown, HTML)' and 'detail levels (executive, detailed, technical)', which reinforces the schema but adds minimal new meaning beyond it.

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's function: 'Generate executive summary report with key findings and recommendations.' It uses a specific verb ('Generate') and resource ('executive summary report'), and the mention of formats and detail levels distinguishes it from sibling tools like generate_compliance_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 implies the tool is used for creating executive summaries but does not explicitly state when to use it over alternatives such as generate_compliance_report or prioritize_issues. No exclusions or alternative tool references 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