II.
Tool JSON
Structured · livetool:neo4j
Neo4j json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:neo4j",
"_kind": "Tool",
"_file": "domain/tools/stack-part-implementations.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Neo4j",
"homepageUrl": "https://neo4j.com",
"kind": "other",
"description": "Native graph database with a property-graph model and Cypher query\nlanguage. Available as community OSS and managed Aura.\n"
},
"outgoingEdges": [
{
"from": "tool:neo4j",
"to": "language:java",
"kind": "belongs_to_language"
},
{
"from": "tool:neo4j",
"to": "stack-part:graph-database",
"kind": "implements_stack_part",
"attributes": {}
},
{
"from": "tool:neo4j",
"to": "skill-area:graph-databases",
"kind": "used_for",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "stack-part:graph-database",
"to": "tool:neo4j",
"kind": "implemented_by",
"attributes": {}
},
{
"from": "stack-profile:knowledge-graph-platform",
"to": "tool:neo4j",
"kind": "composed_of"
},
{
"from": "tool-server:mcp-neo4j",
"to": "tool:neo4j",
"kind": "integrates_with",
"attributes": {}
}
]
}