Skip to main content
Glama
teyepe

systembridge-mcp

by teyepe

audit_design

Audit your design against the design system. Provide component list to receive a gap analysis with missing tokens, naming issues, and accessibility fixes.

Instructions

Audit a partial or complete design against the design system. Provide the components used in your design and get a gap analysis: missing tokens, naming issues, accessibility problems, and concrete fixes. Use this before handoff to ensure design-system coverage.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
componentsYesComma-separated list of components in the design, e.g. 'button, text-input, card, modal, tabs'
descriptionNoOptional description of the design being audited
checkAccessibilityNoInclude accessibility contrast analysis. Default: true.
Behavior2/5

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

With no annotations, the description carries full burden but only states it performs an audit and returns a gap analysis. It does not disclose whether the tool is read-only, any side effects, authentication needs, or rate limits. This is insufficient for full transparency.

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?

Two sentences: first describes the action and outputs, second gives usage guidance. No wasted words, efficiently conveys purpose and context.

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 description explains what the tool does and the outputs, but does not describe the return format or provide examples. For a tool with 3 parameters and no output schema, the description is adequate but could be more complete regarding the response structure.

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 descriptions already cover all three parameters (components, description, checkAccessibility). The description paraphrases the schema ('provide the components used') but adds no new semantic information beyond what the schema provides. 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.

Purpose5/5

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

The description clearly states the verb 'audit' and the resource 'design', and specifies the outputs: missing tokens, naming issues, accessibility problems, and concrete fixes. It distinguishes itself from sibling audit tools by focusing on component-level design system compliance for handoff.

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 advises using this tool 'before handoff to ensure design-system coverage,' providing clear context. However, it does not explicitly mention when not to use it or compare it to sibling tools like audit_semantics or audit_scale_compliance.

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/teyepe/systembridge-mcp'

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