Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLog level (debug, info, warn, error)info
RADIX_LIBRARYNoRadix library to use: 'themes', 'primitives', 'colors', or 'all'all
GITHUB_PERSONAL_ACCESS_TOKENNoGitHub Personal Access Token for higher API rate limits

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
themes_list_componentsA

Get all available Radix themes components

themes_get_component_sourceA

Get the source code for a specific Radix themes component

themes_get_component_documentationC

Get the documentation for a specific Radix themes component

themes_get_getting_startedA

Get official getting started guide for Radix themes

primitives_list_componentsA

Get all available Radix primitives components

primitives_get_component_sourceA

Get the source code for a specific Radix primitives component

primitives_get_component_documentationA

Get the documentation for a specific Radix primitives component

primitives_get_getting_startedA

Get official getting started guide for Radix primitives

colors_list_scalesA

Get all available Radix colors color scales

colors_get_scaleA

Get the source code for a specific Radix colors color scale

colors_get_scale_documentationB

Get the documentation for a Radix colors color scale

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 11 tools

Disambiguation5/5

Each tool targets a distinct domain (themes, primitives, colors) and action (list, get source, get documentation, get started), with clear prefixes preventing confusion. Even similar actions are cleanly separated by domain.

Naming Consistency5/5

All tool names follow a consistent pattern of domain_verb_object using lowercase and underscores (e.g., themes_get_component_source, colors_list_scales). The verbs are uniformly 'list' or 'get', making the pattern highly predictable.

Tool Count5/5

With 11 tools covering three main areas (themes, primitives, colors), the count is well within the ideal range. Each tool earns its place by providing distinct retrieval actions for its domain.

Completeness4/5

The tool set provides comprehensive coverage for a documentation-focused server: listing, source retrieval, and documentation access for components and color scales, plus getting started guides for themes and primitives. The only minor gap is the absence of a getting started guide for colors, but this is not a critical missing operation.

Maintenance

ActivityInactive
ResponsivenessNo issues