Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
generate_componentB

Generate a React component using actual shadcn/ui source code with TypeScript types, tests, and Storybook stories

list_templatesA

List all available shadcn/ui component templates

generate_component_libraryC

Generate multiple components at once using shadcn/ui templates

check_component_existsA

Check if a component already exists at the specified path

review_componentA

Review a generated component for TypeScript errors and accessibility issues. Returns a quality score and suggestions.

fix_componentA

Auto-fix common issues in a component: broken import paths, missing displayName, @/lib/utils → relative path

improve_componentA

Improve a component by expanding tests with edge cases, adding more Storybook story variants, and enhancing docs

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 7 tools

Disambiguation5/5

Each tool has a distinct purpose: checking existence, fixing, generating single/library, improving, listing templates, and reviewing. No overlaps or ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case, e.g., check_component_exists, fix_component, generate_component.

Tool Count5/5

7 tools is well-scoped for a component generation toolkit, covering the essential operations without bloat.

Completeness5/5

The tool set covers the full lifecycle: listing templates, generating, checking existence, fixing, improving, and reviewing. Gaps like deletion are not needed for this domain.

Maintenance

ActivityMaintained
ResponsivenessUnresponsive