
Digche Icons
Find semantic Digche replacements for functional UI icons and retrieve the selected SVG style.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Find semantic Digche replacements for functional UI icons and retrieve the selected SVG style.
Список инструментов сервера (6)
Технические названия из tools/list. Нужны только разработчикам.
| list_categories | List every published Digche category with its icon count and available styles. Call this once to learn the catalog vocabulary before filtering searches by category. |
| search_icons | Search published Digche icons by name, alias, use case, tag, category, or functional meaning. Use this before choosing a UI icon. Returns a paste-ready summary and a preview image of the results. |
| recommend_icons | Pick a coherent Digche icon set for up to 20 named UI slots in one call. Give the overall task so ambiguous slot names resolve correctly. Use this instead of one search per icon when laying out a screen. |
| find_replacement | Find and rank Digche replacements for an icon from Lucide, Heroicons, Material Symbols, Font Awesome, or another library. Include the UI context for a more useful match. |
| preview_icons | Render candidate Digche icons as a single image so a person can compare them before choosing. Pass slugs from an earlier tool call, or a query to search and preview in one step. |
| get_icon_svg | Retrieve a validated SVG variant after selecting a Digche slug. Prefer Linear for functional product UI unless the project uses another Digche style. Use format "jsx" when pasting straight into a .tsx/.jsx file as an inline element — "svg" (default) is the raw markup, meant for dangerouslySetInnerHTML, a static file, or any non-JSX consumer. |