Skip to main content
Glama
Osmansiddiquer

Iconify MCP Server

search_icons

Find matching icons from Iconify's collection by keyword, with options to limit results or target a specific icon set.

Instructions

Search through Iconify's icon collection with flexible query parameters. Returns matching icons from all icon sets or a specific set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoOptional: maximum number of results (default: 64, max: 999)
queryYesSearch query (e.g., 'home', 'arrow', 'user')
prefixNoOptional: limit search to specific icon set prefix

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.1

TDQS

B3.2/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral burden. It says nothing about authentication requirements, rate limits, result ordering, or pagination behavior beyond 'returns matching icons', which is a significant gap for a search tool.

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

Conciseness4/5

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

Two short sentences with the core action front-loaded and no filler. The second sentence is mildly redundant with the first but does add the scoping detail.

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?

For a simple 3-parameter search tool with no annotations and no output schema, the description covers the essential purpose but omits return shape, ordering, and how limit interacts with result set. Adequate but with clear 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 description coverage is 100%, so all three parameters are already documented in the schema (including default/max for limit). The description adds only the 'all icon sets or a specific set' framing for prefix, which is marginal value over the schema.

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

Purpose4/5

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

States a specific verb (search) and resource (Iconify's icon collection), and notes that results span all icon sets or one. It does not name or differentiate itself from the getter siblings (get_icon_set, get_all_icon_sets, get_icon_data), so an agent must infer the distinction.

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

Usage Guidelines3/5

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

Usage is only implied: the phrase 'all icon sets or a specific set' hints at when to use prefix, but there is no explicit when-to-use/when-not statement and no reference to the sibling getters as alternatives.

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