list_dataset_files
ActiveTool of Huggingface
declared in 0.1.0
List files in a Hugging Face dataset repository by repo_id and optional revision/subdirectory path; returns filename, size, and blob SHA for each file.
Parameters schema
{
"type": "object",
"examples": [
{
"repo_id": "wikitext"
},
{
"path": "data",
"repo_id": "openwebtext/openwebtext"
}
],
"required": [
"repo_id"
],
"properties": {
"path": {
"type": "string"
},
"repo_id": {
"type": "string"
},
"revision": {
"type": "string"
}
}
}Parent server
Huggingface
https://github.com/pipeworx-io/mcp-huggingface
1/7 registries