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
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_mui_componentC

Get detailed information about a specific MUI component including props, examples, and usage

search_mui_componentsB

Search for MUI components by keyword or category

list_all_componentsB

List all available MUI components in the database

mui_healthB

Health check: fetch components live and report count + latency

generate_mui_componentC

Generate a complete MUI component with specified props and customization

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap: generate creates new components, get retrieves details, list enumerates all components, health performs monitoring, and search filters components. An agent can easily distinguish between these operations.

Naming Consistency4/5

Four tools follow a consistent verb_noun pattern (generate_mui_component, get_mui_component, list_all_components, search_mui_components), but 'mui_health' deviates by placing the noun first. This minor inconsistency slightly reduces predictability.

Tool Count5/5

With 5 tools, this server is well-scoped for its MUI component management domain. Each tool earns its place by covering key operations: generation, retrieval, listing, health checks, and searching, without being overly sparse or bloated.

Completeness4/5

The tool surface covers core CRUD-like operations for MUI components (generate, get, list, search) and includes a health check, but lacks update or delete functionality. This minor gap is workable for agents focused on component discovery and creation.

Maintenance

ActivityInactive
ResponsivenessNo issues