Skip to main content
Glama

Find a Digche replacement

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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo1 to 10 candidates.
contextNoFunctional UI context, for example Back button in mobile navigation.
sourceIconYesOriginal component or icon name, for example ArrowLeft.
sourceLibraryNo
preferredStyleNoLinear

TDQS

B3.3/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are present, so the description must carry the full burden of behavioral disclosure. It states the purpose (find and rank) but does not mention whether the operation is read-only, how results are ranked, or any side effects—though the tone implies a read-only action.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, front-loaded with the main action, and no wasted words. The description is concise and immediately communicates the core purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has 5 parameters and no output schema or annotations. The description tells what the tool does but not what a 'replacement' consists of, how ranking works, or the structure of the returned candidates. It is adequate for a simple tool but leaves gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is roughly 60% (sourceLibrary lacks a description). The description adds meaning to the context parameter ('Include the UI context for a more useful match') and clarifies that sourceLibrary is optional ('or another library'), but it doesn't significantly elaborate on other parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses specific verbs 'Find and rank' and identifies the resource 'Digche replacements', along with supported libraries (Lucide, Heroicons, Material Symbols, Font Awesome, or another). This clearly distinguishes the tool from broader search/recommendation siblings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides a practical tip about including UI context but gives no guidance on when to choose this tool over siblings like search_icons or recommend_icons. There are no exclusions or alternative scenarios, leaving the decision to the agent.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation5/5

Each tool has a clear, distinct purpose: searching, retrieving, listing, previewing, recommending, and finding replacements. Even though search_icons and preview_icons both accept queries, their intents (discovery vs. comparison) are clearly differentiated in the descriptions.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (find_replacement, get_icon_svg, list_categories, preview_icons, recommend_icons, search_icons), making the API predictable and easy to navigate.

Tool Count5/5

With 6 tools, the set is well-scoped for an icon library server. Each tool serves a essential step in the icon selection workflow without redundancy or bloat.

Completeness4/5

The tool surface covers the full lifecycle: discovering categories, searching, previewing, retrieving SVGs, recommending sets, and replacing third-party icons. The only minor gap is the absence of a direct metadata-only lookup, but search summaries and SVGs largely fill this need.

Resources