Skip to main content
Glama

Generate SaaS Design System

briefkit_generate_design_system
Read-onlyIdempotent

Generate a complete design system specification for a SaaS product: colors, typography, spacing, components, dark mode, and constraints. Ready for build tools.

Instructions

Generate a complete DESIGN.md specification for a SaaS product — colors, typography, spacing, components, dark mode, and constraints. Ready to paste into Lovable, Claude Code, or Cursor.

Args:

  • product_name (string): Name of the SaaS product

  • palette (string): Color palette — one of: trust-blue, forest-green, warm-gold, cool-purple, slate-minimal, coral-energy

  • fonts (string): Font pairing — one of: geometric, serif-modern, clean-sans, editorial, rounded

  • border_radius (number): Border radius in px (0-20, default 8)

  • density (string): Layout density — compact, balanced, or spacious

Returns: Complete DESIGN.md in markdown format with CSS custom properties, type scale, spacing, component specs, and dark mode mapping.

Examples:

  • "Generate a design system for my CRM called PipeFlow with trust blue colors" -> palette="trust-blue", fonts="geometric", density="balanced"

  • "Create a bold design for my dev tool API dashboard" -> palette="cool-purple", fonts="clean-sans", density="compact"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
product_nameYesName of the SaaS product
paletteNoColor palettetrust-blue
fontsNoFont pairinggeometric
border_radiusNoBorder radius in pixels
densityNoLayout densitybalanced
Behavior3/5

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

Annotations already indicate readOnlyHint=true, destructiveHint=false, and idempotentHint=true. The description adds minor context about the output format (markdown) and paste targets (Lovable, Claude Code, Cursor), but does not significantly elaborate on behavioral traits beyond what annotations provide.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with clear headings (Args, Returns, Examples) and is appropriately sized for the tool's complexity. Every sentence contributes useful information without redundancy, though it could be slightly more concise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite no output schema, the description thoroughly explains the return value (complete DESIGN.md with CSS custom properties, type scale, etc.) and provides examples. Given full schema coverage and annotations, the description is complete enough for an AI agent to use correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description lists all parameters with defaults and enums similar to the schema, but adds value by providing concrete examples that map natural language to parameter values (e.g., 'trust blue colors' → palette='trust-blue'). This aids understanding beyond the schema.

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 tool generates a complete DESIGN.md specification for a SaaS product, covering specific elements like colors, typography, and components. It distinguishes itself from sibling tools (database schema, RLS policies) by focusing on design systems.

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 through examples (e.g., 'Generate a design system for my CRM called PipeFlow') but does not explicitly specify when to use this tool versus alternatives like briefkit_generate_database_schema or briefkit_generate_rls_policies. There are no when-not or exclusion statements.

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/mithun4elp/briefkit-mcp-server'

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