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
get_component_infoA

Get comprehensive information about a Fluent UI component including props, slots, and examples

search_componentsB

Search for Fluent UI components by functionality, category, or keywords

get_component_propsB

Get detailed prop information for a specific Fluent UI component

get_component_examplesA

Get code examples and usage patterns for a Fluent UI component

get_design_tokensB

Get Fluent UI design tokens for colors, typography, spacing, etc.

validate_design_tokensC

Validate the usage of design tokens in component code

generate_componentB

Generate a complete Fluent UI v9 component implementation

generate_component_hookB

Generate a component hook following Fluent UI v9 patterns

generate_component_stylesB

Generate component styles using makeStyles following Fluent UI patterns

validate_component_designB

Validate component implementation against Fluent UI design specifications

check_accessibilityC

Check component code for accessibility compliance

analyze_component_patternsB

Analyze component code for adherence to Fluent UI v9 patterns

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 12 tools

Disambiguation5/5

Each tool has a distinct purpose: information retrieval, search, token validation, code generation, accessibility checks, and pattern analysis. No overlapping responsibilities.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (e.g., get_component_info, generate_component). No mixing of conventions.

Tool Count5/5

12 tools cover the domain of Fluent UI development well without being excessive. Each tool earns its place.

Completeness5/5

The tool surface covers searching, retrieving details, validating tokens, generating components/hooks/styles, checking accessibility, and analyzing patterns. No obvious gaps for the stated purpose.

Maintenance

ActivityInactive
ResponsivenessNo issues