Skip to main content
Glama

Noun Project MCP Server

by sgup

get_icon

Retrieve detailed metadata, creator information, tags, and download URLs for specific icons using their unique ID numbers.

Instructions

Get detailed information about a specific icon by its ID. Returns icon metadata, creator info, tags, and download URLs.

Input Schema

NameRequiredDescriptionDefault
icon_idYesThe unique ID of the icon
thumbnail_sizeNoThumbnail size to return (42, 84, or 200 pixels)

Input Schema (JSON Schema)

{ "properties": { "icon_id": { "description": "The unique ID of the icon", "type": "number" }, "thumbnail_size": { "description": "Thumbnail size to return (42, 84, or 200 pixels)", "enum": [ 42, 84, 200 ], "type": "number" } }, "required": [ "icon_id" ], "type": "object" }

Other Tools from Noun Project MCP Server

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/sgup/noun-project-mcp'

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