Skip to main content
Glama
captainy7

uikit-registry

by captainy7

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
UIKIT_DATA_DIRNoPath to the data directory containing component library data (default: ./data)

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
search_componentA

Cari komponen UI di semua library. Return daftar library yg punya komponen itu.

get_componentA

Ambil detail komponen dari library tertentu. Dapat source code (shadcn) atau props + contoh (MUI, Chakra, dll).

compare_componentsA

Bandingkan komponen yang sama dari dua atau lebih library. Melihat perbedaan props, import path, dan source code.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a distinct purpose: search finds components across libraries, get retrieves details from a specific library, compare contrasts same component across libraries. No overlap.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (compare_components, get_component, search_component) with snake_case.

Tool Count5/5

Three tools is appropriate for a focused UI component registry, covering search, retrieval, and comparison without unnecessary bloat.

Completeness4/5

Covers core operations well, but a tool to list all libraries or components directly might be missing; however, search can approximate this.