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 an its-just-ui component with specified props and styling

list_componentsB

List available its-just-ui components and their categories

compose_componentsC

Create a composition of multiple its-just-ui components

configure_themeC

Configure theme settings including colors, mode, and typography

generate_tailwind_classesC

Generate Tailwind utility classes for specific use cases

create_responsive_layoutC

Create a responsive layout using Tailwind CSS and its-just-ui components

create_formC

Generate a form structure using its-just-ui form components

get_component_docsB

Get documentation, usage examples, and prop descriptions for a component

check_accessibilityB

Get accessibility features and ARIA attributes for a component

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 9 tools

Disambiguation4/5

Most tools have clearly distinct purposes: generation, composition, layout, forms, theming, docs, and accessibility. Some slight overlap exists between generate_component, create_responsive_layout, and create_form, but descriptions make the intended output clear.

Naming Consistency5/5

All tools follow a predictable verb_noun snake_case convention: generate_, create_, compose_, configure_, get_, check_, list_. The pattern is consistent and easy to infer.

Tool Count5/5

Nine tools is well within the ideal range for a UI component generation server. The count covers discovery, generation, composition, theming, layout, forms, docs, and accessibility without feeling bloated or sparse.

Completeness5/5

The tool set covers the core UI development workflow: discover components, read docs, check accessibility, generate individual components, compose them, build layouts and forms, and configure styling/theme. No obvious gaps exist for the stated purpose of generating its-just-ui code.