Skip to main content
Glama

heroicons-mcp

get_icon_usage_examples

Retrieve practical usage examples for specific Heroicons components by providing the icon name and style, such as solid or outline.

Instructions

Get usage examples for an icon

Input Schema

NameRequiredDescriptionDefault
nameYesIcon component name, e.g. BeakerIcon
styleYesIcon style: solid or outline

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "Icon component name, e.g. BeakerIcon", "type": "string" }, "style": { "description": "Icon style: solid or outline", "enum": [ "solid", "outline" ], "type": "string" } }, "required": [ "name", "style" ], "type": "object" }
Install Server

Other Tools from heroicons-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/SeeYangZhi/heroicons-mcp'

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