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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
list_iconsB

Get a list of all available Hugeicons icons

search_iconsB

Search for icons by name or tags. Use commas to search for multiple icons (e.g. 'home, notification, settings')

get_platform_usageC

Get platform-specific usage instructions for Hugeicons

get_icon_glyphsA

Get all glyphs (unicode characters) for a specific icon across all available styles

get_icon_glyph_by_styleC

Get the glyph (unicode character) for a specific icon with a particular style

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
React Usage GuideReact implementation guide for Hugeicons
Vue Usage GuideVue implementation guide for Hugeicons
Angular Usage GuideAngular implementation guide for Hugeicons
Svelte Usage GuideSvelte implementation guide for Hugeicons
React Native Usage GuideReact Native implementation guide for Hugeicons
Flutter Usage GuideFlutter implementation guide for Hugeicons
HTML Usage GuideHTML implementation guide for Hugeicons (font-based)
Icons IndexComplete index of all Hugeicons

TDQS

A3.5/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap. get_icon_glyph_by_style retrieves a single glyph for a specific style, get_icon_glyphs gets all glyphs for an icon across styles, get_platform_usage provides usage instructions, list_icons lists all icons, and search_icons searches by criteria. An agent can easily differentiate them.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with snake_case naming (e.g., get_icon_glyph_by_style, list_icons, search_icons). The verbs (get, list, search) are appropriately matched to the actions, and there are no deviations in style.

Tool Count5/5

With 5 tools, this server is well-scoped for its purpose of accessing Hugeicons. It provides a balanced set covering listing, searching, retrieving glyphs, and usage instructions, without being too sparse or bloated.

Completeness4/5

The tool surface is nearly complete for the domain of icon access, covering listing, searching, and retrieving glyphs and usage. A minor gap is the lack of tools for managing icons (e.g., create, update, delete), but this may be intentional if the server is read-only, and core workflows are well-covered.

Maintenance

ActivityInactive
ResponsivenessNo issues