Skip to main content
Glama

Hugging Face Hub MCP Server

by michaelwaves

hf_get_dataset_parquet

Retrieve auto-converted parquet files for a specific dataset, subset, or split from the Hugging Face Hub. Access structured data files efficiently for machine learning workflows.

Instructions

Get the list of auto-converted parquet files for a dataset. Can specify subset (config) and split to get specific files.

Input Schema

NameRequiredDescriptionDefault
nNoOptional shard number to get the nth parquet file
repo_idYesDataset repository ID
splitNoOptional dataset split (train, test, validation, etc.)
subsetNoOptional dataset subset/config name

Input Schema (JSON Schema)

{ "properties": { "n": { "description": "Optional shard number to get the nth parquet file", "type": "number" }, "repo_id": { "description": "Dataset repository ID", "type": "string" }, "split": { "description": "Optional dataset split (train, test, validation, etc.)", "type": "string" }, "subset": { "description": "Optional dataset subset/config name", "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