Digche Icons
Server Details
Find semantic Digche replacements for functional UI icons and retrieve the selected SVG style.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.6/5 across 3 of 3 tools scored. Lowest: 3/5.
Each tool has a clearly distinct purpose: searching the library, retrieving SVG by slug, and finding cross-library replacements. No overlap that would cause an agent to pick the wrong tool.
All tool names follow a consistent verb_noun pattern in snake_case (find_replacement, get_icon_svg, search_icons), making the naming predictable and uniform.
With 3 tools, the server is lean and focused on the essential icon workflow: search, retrieve, and replace. This is well-scoped for an icon library and avoids unnecessary bloat.
The tool surface covers the primary lifecycle: searching for icons, getting SVG data, and finding replacements from other libraries. A minor gap is the lack of a tool to list all icons or browse categories, but it's not essential for the core purpose.
Available Tools
3 toolsfind_replacementFind a Digche replacementAInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| context | No | Functional UI context, for example Back button in mobile navigation. | |
| sourceIcon | Yes | Original component or icon name, for example ArrowLeft. | |
| sourceLibrary | No | ||
| preferredStyle | No | Linear |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the transparency burden. It discloses that results are ranked and that context influences match quality, which is useful. But it does not mention output format, failure behavior when no replacement is found, or limitations on supported libraries, leaving important behavioral aspects undisclosed.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loaded with the main purpose, and contains no redundant or filler information. Every sentence earns its place, with the first defining the action and the second providing a concise usage tip.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with five parameters and no output schema or annotations, the description is reasonably clear at a high level but incomplete. It explains the core function and suggests a context input, but does not describe the return value, how ranking works in detail, or how limit and preferredStyle affect outcomes, which would be necessary for a fully self-contained definition.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 40%, so the description must compensate. It does add meaning for sourceLibrary (by listing example libraries) and context (by explaining what functional UI context is). However, it gives no guidance on limit or preferredStyle, even though those parameters are undocumented in the schema and could affect results.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb+resource combination: "Find and rank Digche replacements for an icon" and enumerates supported libraries (Lucide, Heroicons, Material Symbols, Font Awesome). This clearly distinguishes it from siblings search_icons and get_icon_svg, which focus on searching and retrieving directly, not replacement matching.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies its use case by framing itself as a replacement finder, and it gives a practical tip ("Include the UI context for a more useful match"). However, it never explicitly contrasts with sibling tools or states when not to use it, leaving the agent to infer preference from the name and context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_icon_svgGet a Digche SVGBInspect
Retrieve a validated SVG variant after selecting a Digche slug. Prefer Linear for functional product UI unless the project uses another Digche style.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| style | No | Linear | |
| allowFallback | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions 'validated' but doesn't explain what validation entails, what happens when an invalid slug is passed, or how allowFallback influences behavior. No side effects, permissions, or error handling are disclosed.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, with the first stating the core purpose and the second offering practical style guidance. It is front-loaded, avoids redundancy, and every sentence contributes useful information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool has three parameters, no output schema, and no annotations. The description explains the core action but omits behavior around fallback, validation errors, return format, and relationship to sibling tools. Given the available schema detail, a more complete description of edge cases and expected outcomes is needed.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, and the description only indirectly references the 'slug' and the 'Linear' style. It does not explain the slug pattern, the meaning of each style option, or the allowFallback parameter. The schema itself provides some structure (enum, default), but the description adds minimal semantic value beyond that.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action: 'Retrieve a validated SVG variant after selecting a Digche slug.' It specifies a resource (SVG variant) and a prerequisite (slug), making the tool's role distinct from search or replacement siblings. However, it doesn't explicitly contrast with sibling tools, so it falls short of a 5.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives a style recommendation ('Prefer Linear for functional product UI unless the project uses another Digche style'), which is useful for choosing the style parameter. However, it does not explicitly state when to use this tool versus the sibling alternatives (search_icons, find_replacement), only implying it should be used once a slug is known.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_iconsSearch Digche iconsAInspect
Search published Digche icons by name, alias, use case, tag, category, or functional meaning. Use this before choosing a UI icon.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | Functional intent such as previous page, analytics, or delete item. | |
| style | No | ||
| category | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the behavioral burden. It adds that only 'published' icons are searchable, which is useful. However, it does not disclose whether search is fuzzily matched, case-insensitive, or what the return payload contains.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, no filler, with the action and scope front-loaded. Every word adds value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
A simple search tool with no output schema; the description provides a clear purpose and usage context. It stops short of describing return format or integration with siblings, but given the moderate complexity, this is reasonably complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is only 25% (only query has a description). The description expands query semantics by listing valid query types (name, alias, use case, tag, category, functional meaning), partially compensating. Other parameters (limit, style, category) rely on their schema definitions, which are self-contained.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses the specific verb 'Search' and clearly identifies the resource as 'published Digche icons' with search dimensions (name, alias, use case, tag, category, or functional meaning). This distinguishes it from siblings like get_icon_svg (retrieval) and find_replacement (replacement).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The sentence 'Use this before choosing a UI icon' gives clear usage context. It does not explicitly mention alternatives or say when not to use, but the workflow position is evident.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- Flicense-qualityDmaintenanceVisual icon search, retrieval, and comparison for AI agents. Search 200k+ icons semantically, render side-by-side comparison grids, and retrieve raw SVG markup — all tools return images so vision-capable LLMs can see the icons.1
- AlicenseAqualityDmaintenanceA Model Context Protocol (MCP) server for semantic SVG icon search. Generate infographic SVG icons by keyword — over 100,000 icons with semantic search support.111MIT

Svg/icons MCPofficial
Alicense-qualityCmaintenanceEnables AI coding tools to search, inspect, recommend, and export SVG icons from svgicons.com for use in design systems, frontend projects, and AI-assisted workflows.MIT- AlicenseAqualityDmaintenanceEnables searching and retrieving icons from The Noun Project API with advanced filters for style, color, and size customization.7144MIT