Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| analyze-dataset | Analyze a dataset's content and structure |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_info | Get detailed information about a Hugging Face dataset including description, features, splits, and statistics. Run validate first to check if the dataset exists and is accessible. |
| get_rows | Get paginated rows from a Hugging Face dataset |
| get_first_rows | Get first rows from a Hugging Face dataset split |
| search_dataset | Search for text within a Hugging Face dataset |
| filter | Filter rows in a Hugging Face dataset using SQL-like conditions |
| get_statistics | Get statistics about a Hugging Face dataset |
| get_parquet | Export Hugging Face dataset split as Parquet file |
| validate | Check if a Hugging Face dataset exists and is accessible |