Skip to main content
Glama
semwalajay83-sem

salesforce-metadata-mcp

LWC Accessibility Guidance

sf_guide_lwc_accessibility
Read-onlyIdempotent

Evaluate LWC accessibility with a checklist covering ARIA, keyboard navigation, focus management, and screen reader support. Read-only guidance helps identify gaps.

Instructions

Returns guidance and a checklist for LWC accessibility best practices covering ARIA attributes, keyboard navigation, focus management, and screen reader support. A read-only advisory tool — does not modify the org.

componentName: optional component name for context checklistOnly: return only the checklist items without detailed guidance

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
checklistOnlyNoReturn only the checklist without detailed guidance
componentNameNoLWC component name for context (optional)
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false; the description reinforces this with 'read-only advisory tool — does not modify the org' and adds behavioral details about the optional parameters (componentName for context, checklistOnly to return only checklist items). This adds useful context beyond annotations, though it doesn't describe the output format.

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 compact (two sentences plus parameter lines), with the core purpose stated first and supporting details following. Every sentence earns its place with no wasted words.

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?

For a simple advisory tool with read-only annotations and no output schema, the description adequately covers the tool's behavior, scope, and parameter effects. It doesn't specify the exact output format, but that is less critical for a guidance tool. The description is complete enough for an agent to select and invoke it correctly.

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?

Both parameters are fully described in the schema (100% coverage). The description repeats the schema descriptions almost verbatim, adding minimal new meaning (e.g., 'for context'). The schema carries the parameter documentation burden, so a baseline of 3 is appropriate.

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 uses a specific verb ('Returns') and clearly identifies the resource ('guidance and a checklist for LWC accessibility best practices') and scope (ARIA attributes, keyboard navigation, focus management, screen reader support). It is distinct from sibling tools that create or modify LWC components.

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

Usage Guidelines4/5

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

The description explicitly frames the tool as a read-only advisory tool ('does not modify the org'), making its context clear. However, it does not mention alternative tools or state when to prefer this over other LWC-related tools, though it is unique among siblings.

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/semwalajay83-sem/salesforce-metadata-mcp'

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