Skip to main content
Glama
kenneives

design-token-bridge-mcp

validate_contrast

Check color combinations in design tokens for WCAG AA/AAA accessibility compliance to ensure designs meet accessibility standards.

Instructions

Check color combinations in design tokens for WCAG AA/AAA accessibility compliance

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tokensYesUniversal design tokens JSON string
levelNoWCAG compliance level to checkAA
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. While it states what the tool does, it doesn't describe what happens during validation (e.g., returns pass/fail results, detailed reports, error handling), performance characteristics, or any constraints. This is a significant gap for a validation tool with zero annotation coverage.

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, efficient sentence that communicates the core purpose without any wasted words. It's appropriately sized and front-loaded with the essential information.

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?

For a validation tool with no annotations and no output schema, the description is insufficient. It doesn't explain what the tool returns (validation results, error messages, structured reports) or provide any behavioral context about how the validation works. Given the complexity of accessibility compliance checking, more information is needed.

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%, so the schema already documents both parameters thoroughly. The description doesn't add any additional meaning about parameter usage beyond what's in the schema. Baseline 3 is appropriate when the schema does the heavy lifting.

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 specific action ('Check color combinations'), the target resource ('design tokens'), and the purpose ('for WCAG AA/AAA accessibility compliance'). It uses precise terminology that distinguishes it from sibling tools focused on token extraction or theme generation.

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 when you have design tokens and need to check accessibility compliance, but it doesn't explicitly state when to use this tool versus alternatives or provide any exclusion criteria. The context is clear but lacks explicit guidance on tool selection.

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/kenneives/design-token-bridge-mcp'

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