Skip to main content
Glama

Hugging Face MCP Server

get-collection-info

Retrieve detailed metadata about a specific collection on Hugging Face Hub by specifying its namespace and collection ID, enabling efficient access to essential information.

Instructions

Get detailed information about a specific collection

Input Schema

NameRequiredDescriptionDefault
collection_idYesThe ID part of the collection
namespaceYesThe namespace of the collection (user or organization)

Input Schema (JSON Schema)

{ "properties": { "collection_id": { "description": "The ID part of the collection", "type": "string" }, "namespace": { "description": "The namespace of the collection (user or organization)", "type": "string" } }, "required": [ "namespace", "collection_id" ], "type": "object" }

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/shreyaskarnik/huggingface-mcp-server'

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