Overview
Features
validate
Check if a dataset exists and is accessible, with optional auth_token for private datasets.
get_info
Get detailed information about a dataset, with optional auth_token.
get_rows
Get paginated contents of a dataset, given dataset, config, and split, with optional page and auth_token.
get_first_rows
Get first rows from a dataset split, given dataset, config, and split, with optional auth_token.
get_statistics
Get statistics about a dataset split, given dataset, config, and split, with optional auth_token.
search_dataset
Search for text within a dataset, given dataset, config, split, and query, with optional auth_token.
filter
Filter rows using SQL-like conditions (where), with optional ordering, paging, and auth_token.
get_parquet
Download the entire dataset in Parquet format, with optional auth_token.
Who Is This For?
- Developers:Integrate dataset browsing, querying, and analysis into applications using MCP endpoints.
- Data scientists:Explore dataset contents, perform searches and retrieve statistics for analysis via API.




