Skip to main content
Glama

Dataset Viewer MCP Server

by privetin

validate

Verify Hugging Face dataset availability and accessibility using its identifier. Supports private datasets with authentication tokens.

Instructions

Check if a Hugging Face dataset exists and is accessible

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

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/privetin/dataset-viewer'

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