Skip to main content
Glama

Hugging Face MCP Server

get-model-info

Retrieve detailed metadata about a specific model, such as architecture, tasks, and usage details, by providing its unique model ID from the Hugging Face Hub.

Instructions

Get detailed information about a specific model

Input Schema

NameRequiredDescriptionDefault
model_idYesThe ID of the model (e.g., 'google/bert-base-uncased')

Input Schema (JSON Schema)

{ "properties": { "model_id": { "description": "The ID of the model (e.g., 'google/bert-base-uncased')", "type": "string" } }, "required": [ "model_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