II.
Tool JSON
Structured · livetool:bazel
Bazel json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:bazel",
"_kind": "Tool",
"_file": "domain/tools/bazel.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Bazel",
"homepageUrl": "https://bazel.build",
"kind": "build-tool",
"description": "Multi-language, multi-platform build and test tool that scales to large codebases.\n"
},
"outgoingEdges": [
{
"from": "tool:bazel",
"to": "language:java",
"kind": "belongs_to_language"
},
{
"from": "tool:bazel",
"to": "skill-area:terraform-infrastructure",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:bazel",
"to": "skill-area:ci-pipeline-optimization",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:bazel",
"to": "tool:gradle",
"kind": "alternative_to",
"attributes": {
"comparison": "Build systems — Bazel is multi-language; Gradle is JVM-focused"
}
},
{
"from": "tool:bazel",
"to": "tool:maven",
"kind": "alternative_to",
"attributes": {
"comparison": "Build systems — Bazel is multi-language; Maven is JVM-focused"
}
}
],
"incomingEdges": [
{
"from": "skill-area:terraform-infrastructure",
"to": "tool:bazel",
"kind": "uses_tool"
},
{
"from": "tool:nx",
"to": "tool:bazel",
"kind": "alternative_to",
"attributes": {
"comparison": "Build systems — Nx is TypeScript-first monorepo; Bazel is multi-language"
}
},
{
"from": "tool:gradle",
"to": "tool:bazel",
"kind": "alternative_to",
"attributes": {
"comparison": "Build systems — Gradle is JVM-focused; Bazel is multi-language"
}
},
{
"from": "tool:maven",
"to": "tool:bazel",
"kind": "alternative_to",
"attributes": {
"comparison": "Build systems — Maven is JVM-focused; Bazel is multi-language"
}
},
{
"from": "tool-server:mcp-bazel",
"to": "tool:bazel",
"kind": "integrates_with",
"attributes": {}
}
]
}