Dataset Viewer MCP Server
by privetin
get_rows
Get paginated rows from a Hugging Face dataset
Input Schema
Name | Required | Description | Default |
---|---|---|---|
auth_token | No | Hugging Face auth token for private/gated datasets | |
config | Yes | Dataset configuration/subset name. Use get_info to list available configs | |
dataset | Yes | Hugging Face dataset identifier in the format owner/dataset | |
page | No | Page number (0-based), returns 100 rows per page | |
split | Yes | Dataset split name. Splits partition the data for training/evaluation |
Input Schema (JSON Schema)
You must be authenticated.