Skip to main content
Glama
MyLightIsOn

Lawrence's Personal MCP Server

by MyLightIsOn

a11y_suggest_improvements

Identify accessibility issues in component code and receive targeted improvement suggestions with code examples.

Instructions

Get specific accessibility improvement suggestions for a component, with code examples.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYesThe component code
issuesNoList of accessibility issues to address

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It indicates a read-only suggestion action by the word 'suggest,' but it does not disclose output structure, whether issues are required to tailor suggestions, effects on the code, or any limitations. The behavioral disclosure is too thin for a tool with zero annotation support.

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 a single, front-loaded sentence with no extraneous words. It communicates the core action, target, specificity, and output format efficiently.

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?

With no output schema and no annotations, the description must supply enough context for an agent to call the tool correctly. It leaves unclear how the optional 'issuess' parameter affects behavior, what the response looks like beyond code examples, and whether an audit or issue list is expected. This is inadequate for confident 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?

The schema covers both parameters fully with descriptions for 'code' and 'issuess.' The description adds only the framing that suggestions are accessibility-specific and include code examples; it does not add syntax, formatting, or behavior details beyond the schema. Baseline 3 is appropriate given 100% schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb ('get'), a resource ('accessibility improvement suggestions'), and a target ('a component'), and adds the outcome 'with code examples.' It is conceptually distinct from the sibling a11y_audit_component, but it does not explicitly name the alternative, so full sibling differentiation is absent.

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

Usage Guidelines2/5

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

No guidance is given about when to use this tool versus a11y_audit_component or codegen_react_component. The description implies it is for improving an existing component, but it does not state prerequisites, exclusions, or how it relates to an audit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/MyLightIsOn/mcp-servers'

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