Dataset Viewer MCP Server
by privetin
filter
Filter rows in a Hugging Face dataset using SQL-like conditions
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 | |
orderby | No | SQL-like ORDER BY clause to sort results | |
page | No | Page number for paginated results (100 rows per page) | |
split | Yes | Dataset split name. Splits partition the data for training/evaluation | |
where | Yes | SQL-like WHERE clause to filter rows |
Input Schema (JSON Schema)
You must be authenticated.