Skip to main content
Glama

get_collection

Retrieve collection metadata and contained icons by ID, with options for thumbnail size, SVG inclusion, and result limits.

Instructions

Get a collection by ID. Returns collection metadata and the icons it contains.

Input Schema

NameRequiredDescriptionDefault
collection_idYesThe unique ID of the collection
thumbnail_sizeNoThumbnail size to return for icons (42, 84, or 200 pixels)
include_svgNoSet to 1 to include SVG URLs in the response
limitNoMaximum number of icons to return from the collection

Input Schema (JSON Schema)

{ "properties": { "collection_id": { "description": "The unique ID of the collection", "type": "number" }, "include_svg": { "description": "Set to 1 to include SVG URLs in the response", "enum": [ 0, 1 ], "type": "number" }, "limit": { "description": "Maximum number of icons to return from the collection", "type": "number" }, "thumbnail_size": { "description": "Thumbnail size to return for icons (42, 84, or 200 pixels)", "enum": [ 42, 84, 200 ], "type": "number" } }, "required": [ "collection_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