Skip to main content
Glama

Hugging Face Hub MCP Server

by michaelwaves

hf_get_model_info

Retrieve detailed metadata, files, and configuration for any model on the Hugging Face Hub by specifying its repository ID, enabling comprehensive exploration and analysis.

Instructions

Get detailed information for a specific model including metadata, files, configuration, and more.

Input Schema

NameRequiredDescriptionDefault
repo_idYesModel repository ID (e.g., 'microsoft/DialoGPT-medium')
revisionNoOptional git revision (branch, tag, or commit hash)

Input Schema (JSON Schema)

{ "properties": { "repo_id": { "description": "Model repository ID (e.g., 'microsoft/DialoGPT-medium')", "type": "string" }, "revision": { "description": "Optional git revision (branch, tag, or commit hash)", "type": "string" } }, "required": [ "repo_id" ], "type": "object" }

Other Tools from Hugging Face Hub 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/michaelwaves/hf-mcp'

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