Dataset Viewer MCP Server

by privetin

get_parquet

Export Hugging Face dataset splits to Parquet format for efficient storage and analysis. Supports both public and private datasets using an optional authentication token.

Instructions

Export Hugging Face dataset split as Parquet file

Input Schema

NameRequiredDescriptionDefault
auth_tokenNoHugging Face auth token for private/gated datasets
datasetYesHugging Face dataset identifier in the format owner/dataset

Input Schema (JSON Schema)

{ "properties": { "auth_token": { "description": "Hugging Face auth token for private/gated datasets", "optional": true, "type": "string" }, "dataset": { "description": "Hugging Face dataset identifier in the format owner/dataset", "examples": [ "ylecun/mnist", "stanfordnlp/imdb" ], "pattern": "^[^/]+/[^/]+$", "type": "string" } }, "required": [ "dataset" ], "type": "object" }

You must be authenticated.

Other Tools from Dataset Viewer MCP Server

Related Tools

ID: b5mmrmnn6b