Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
STORYBOOK_URLNoBase URL where the manifest files are served.https://ds-storybook-intqa.phenompro.com

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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_componentsA

List all available components in the Phenom DS

search_componentsC

Search for components by name or selector

get_importC

Get the correct import statement for a component

get_component_propsB

Get the full props interface for a component

get_type_detailsC

Get details for a specific prop including its type

get_foundationsB

Get foundation/token documentation categories (colors, typography, spacing, etc.)

get_peer_dependenciesA

Get peer dependencies required to use the Phenom DS

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

Disambiguation5/5

Each tool has a clearly defined purpose covering different aspects of a design system: listing, searching, getting props, types, imports, foundations, and peer dependencies. No two tools overlap significantly.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern using snake_case (e.g., list_components, get_component_props). The naming is predictable and clear.

Tool Count5/5

With 7 tools, the server covers essential operations for a design system without being too minimal or overloaded. Each tool addresses a specific developer need.

Completeness5/5

The tool set covers the full lifecycle of using a component library: discovery (list/search), configuration (props, imports, peer dependencies), and understanding (foundations, type details). No obvious gaps for typical tasks.

Maintenance

ActivityMaintained
ResponsivenessSyncing