Skip to main content
Glama
teyepe

systembridge-mcp

by teyepe

scaffold_semantics

Generate properly structured semantic tokens from a component inventory, with CSS property separation and intent coverage.

Instructions

Generate a minimum viable semantic token set from a component inventory. Provide a comma-separated list of components (e.g. 'button, text-input, card, alert') and get properly structured tokens with CSS property class separation, intent coverage, and state completeness.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dryRunNoIf true, show what would be written without actually writing files. Default: false.
formatNoOutput format: 'flat' or 'nested' (W3C DT). Default: flat.
outputDirNoDirectory to write generated token files to (relative to project root). If omitted, tokens are returned inline without writing to disk.
componentsYesComma-separated component names, e.g. 'button, text-input, card, alert, tabs'
mergeStrategyNoHow to handle existing files: 'additive' (add new, keep existing), 'overwrite', or 'skip'. Default: additive.
splitStrategyNoHow to split tokens across files: 'single' (one file), 'by-context' (per UX context), 'by-property' (per property class). Default: by-context.
valueStrategyNoHow to fill placeholder values: 'reference' (core token refs), 'placeholder' (#TODO), 'empty'. Default: reference.
includeModifiersNoInclude emphasis modifiers (strong/soft/plain) for each intent. Default: false (start minimal).
additionalIntentsNoComma-separated additional intents beyond defaults, e.g. 'warning,info'.
includeGlobalTokensNoInclude global (context-free) semantic tokens like background.base, text.accent. Default: true.
Behavior2/5

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

With no annotations, the description bears full responsibility for behavioral disclosure. It describes the generative output but does not mention potential side effects like overwriting files (though the mergeStrategy parameter addresses that). No warning about file system changes or required permissions.

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, no redundant words, front-loaded with action and resource. Every word adds value.

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?

Given 10 parameters (1 required) and full schema coverage, the description adequately sets expectations. It lacks explicit output structure details, but parameters like format and splitStrategy cover that. No contradictions or major gaps.

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 coverage is 100%, so the description does not need to detail parameters. It mentions only the components parameter, which is the key input. Baseline score of 3 applies since the schema handles parameter semantics.

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 ('Generate') and resource ('minimum viable semantic token set'), clearly distinguishing from sibling tools like 'validate_tokens' or 'transform_tokens'. It states input (component inventory) and output (structured tokens).

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 starting with a component inventory and needing baseline tokens, but does not explicitly contrast with alternatives or state when not to use it. No guidance on prerequisites or exclusion criteria.

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