You're viewing a demo portfolio

Join the waitlist
PRSM

list_dataset_files

Active

Tool 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"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Huggingface

https://github.com/pipeworx-io/mcp-huggingface

1/7 registries
View full server →