list_model_files
ActiveTool of Huggingface
declared in 0.1.0
List files at the root of a model repo.
Parameters schema
{
"type": "object",
"examples": [
{
"repo_id": "bert-base-uncased"
},
{
"path": "config",
"repo_id": "meta-llama/Llama-2-7b"
}
],
"required": [
"repo_id"
],
"properties": {
"path": {
"type": "string",
"description": "Subdirectory (default root)"
},
"repo_id": {
"type": "string"
},
"revision": {
"type": "string",
"description": "Branch/commit/tag (default main)"
}
}
}Parent server
Huggingface
https://github.com/pipeworx-io/mcp-huggingface
1/7 registries