II.
Tool JSON
Structured · livetool:huggingface
Hugging Face json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:huggingface",
"_kind": "Tool",
"_file": "domain/tools/tools-saas-missing.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Hugging Face",
"homepageUrl": "https://huggingface.co",
"kind": "other",
"description": "AI model hub and platform for building machine learning applications.\nHosts tens of thousands of pre-trained models and datasets, provides\nInference API, Spaces hosting, and collaborative ML development tools.\n"
},
"outgoingEdges": [
{
"from": "tool:huggingface",
"to": "skill-area:machine-learning",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:huggingface",
"to": "skill-area:machine-learning",
"kind": "used_for"
}
],
"incomingEdges": [
{
"from": "specialization:llm-fine-tuning",
"to": "tool:huggingface",
"kind": "uses_tool"
},
{
"from": "stack-profile:llm-fine-tuning",
"to": "tool:huggingface",
"kind": "composed_of"
},
{
"from": "tool-server:mcp-huggingface",
"to": "tool:huggingface",
"kind": "integrates_with",
"attributes": {}
}
]
}