II.
Tool JSON
Structured · livetool:nx
Nx json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:nx",
"_kind": "Tool",
"_file": "domain/tools/nx.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Nx",
"homepageUrl": "https://nx.dev",
"kind": "build-tool",
"description": "Smart, fast, and extensible build system with first-class monorepo support.\n"
},
"outgoingEdges": [
{
"from": "tool:nx",
"to": "language:typescript",
"kind": "belongs_to_language",
"attributes": {}
},
{
"from": "tool:nx",
"to": "skill-area:ci-pipeline-optimization",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:nx",
"to": "tool:bazel",
"kind": "alternative_to",
"attributes": {
"comparison": "Build systems — Nx is TypeScript-first monorepo; Bazel is multi-language"
}
}
],
"incomingEdges": [
{
"from": "tool-server:mcp-nx",
"to": "tool:nx",
"kind": "integrates_with",
"attributes": {}
}
]
}