II.
Tool JSON
Structured · livetool:nomad
Nomad json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:nomad",
"_kind": "Tool",
"_file": "domain/tools/tools-iac-platform.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Nomad",
"homepageUrl": "https://www.nomadproject.io",
"kind": "orchestrator",
"description": "HashiCorp's flexible workload orchestrator — schedules containerized, VM,\nand bare-metal jobs across cloud and on-prem; integrates natively with Consul\nfor service mesh and Vault for secrets, supporting diverse deployment patterns.\n"
},
"outgoingEdges": [
{
"from": "tool:nomad",
"to": "language:go",
"kind": "belongs_to_language"
},
{
"from": "tool:nomad",
"to": "skill-area:containerization",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:nomad",
"to": "skill-area:platform-engineering",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:nomad",
"to": "skill-area:deployment-automation",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:nomad",
"to": "tool:kubernetes",
"kind": "alternative_to",
"attributes": {
"comparison": "Container orchestration platforms"
}
}
],
"incomingEdges": [
{
"from": "tool:kubernetes",
"to": "tool:nomad",
"kind": "alternative_to",
"attributes": {
"comparison": "Container orchestration platforms"
}
},
{
"from": "tool-server:mcp-nomad",
"to": "tool:nomad",
"kind": "integrates_with",
"attributes": {}
}
]
}