II.
Tool JSON
Structured · livetool:black
Black json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:black",
"_kind": "Tool",
"_file": "domain/tools/black.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Black",
"homepageUrl": "https://github.com/psf/black",
"kind": "formatter",
"language": "language:python",
"description": "Uncompromising Python code formatter.\n"
},
"outgoingEdges": [
{
"from": "tool:black",
"to": "language:python",
"kind": "belongs_to_language"
},
{
"from": "tool:black",
"to": "skill-area:code-quality",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:black",
"to": "tool:ruff",
"kind": "alternative_to",
"attributes": {
"comparison": "Python formatters — Black is pure Python; Ruff is Rust-based and includes linting"
}
}
],
"incomingEdges": [
{
"from": "tool:ruff",
"to": "tool:black",
"kind": "alternative_to",
"attributes": {
"comparison": "Python formatters — Ruff is Rust-based and includes linting; Black is pure Python"
}
}
]
}