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
{}
resources
{}

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_usageB

Get platform-specific usage instructions for Hugeicons

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
Icons IndexComplete index of all Hugeicons

TDQS

B3.4/5.0

Scored across 3 tools

Disambiguation4/5

list_icons and search_icons overlap in that both enumerate icons, but the distinction (full catalog vs. filtered query) is clear from descriptions. get_platform_usage is entirely distinct, so boundaries are largely unambiguous.

Naming Consistency5/5

All three tools follow a clean verb_noun snake_case pattern (list_icons, search_icons, get_platform_usage). The convention is predictable and consistent throughout.

Tool Count4/5

Three tools is lean but defensible for an icon-lookup server covering browse, search, and integration guidance. It borders on thin, as a dedicated icon-detail tool would round it out.

Completeness3/5

Core discovery (list, search) and integration help are present, but there is no tool to fetch a specific icon's full metadata, SVG source, or download/install instructions. Notable gaps remain for a full icon lifecycle.

Maintenance

ActivityInactive
ResponsivenessNo issues