Skip to main content
Glama

Hugging Face Hub MCP Server

by michaelwaves

hf_get_dataset_info

Retrieve comprehensive details about a dataset, including metadata, files, and configurations from the Hugging Face Hub. Specify the dataset repository ID and optional revision for targeted information.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
fullNoWhether to fetch most dataset data including all tags and files
repo_idYesDataset repository ID (e.g., 'squad', 'imdb')
revisionNoOptional git revision (branch, tag, or commit hash)

Input Schema (JSON Schema)

{ "properties": { "full": { "description": "Whether to fetch most dataset data including all tags and files", "type": "boolean" }, "repo_id": { "description": "Dataset repository ID (e.g., 'squad', 'imdb')", "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