Skip to main content
Glama

Hugging Face MCP Server

get-space-info

Retrieve detailed information about a specific Hugging Face Space by providing its unique ID, enabling access to metadata and configuration details.

Instructions

Get detailed information about a specific Space

Input Schema

NameRequiredDescriptionDefault
space_idYesThe ID of the Space (e.g., 'huggingface/diffusers-demo')

Input Schema (JSON Schema)

{ "properties": { "space_id": { "description": "The ID of the Space (e.g., 'huggingface/diffusers-demo')", "type": "string" } }, "required": [ "space_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