Skip to main content
Glama

PickAPIcon MCP

by Leee62

get_icon_detail_by_prefix_and_name

Retrieve detailed SVG icon information using prefix and name for precise or fuzzy matching, simplifying icon selection and integration in projects.

Instructions

get icon detail by prefix and svg name

Input Schema

NameRequiredDescriptionDefault
prefixNoicon prefix, default env.PREFIX
svg_listNoicon svg name list, match batch of icons fuzzily
svg_nameNoicon svg name, match single icon exactly

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "prefix": { "description": "icon prefix, default env.PREFIX", "type": "string" }, "svg_list": { "description": "icon svg name list, match batch of icons fuzzily", "items": { "type": "string" }, "type": "array" }, "svg_name": { "description": "icon svg name, match single icon exactly", "type": "string" } }, "type": "object" }
Install Server

Other Tools from PickAPIcon MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/Leee62/pickapicon-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server