| name | neo4j |
| description | Neo4j database management and query tools. These tools help interact with Neo4j databases for code analysis, graph queries, and data management. Available tools: neo4j-query. |
Neo4j Tools
Category of tools for interacting with Neo4j graph databases. These tools help query Neo4j, manage connections, and retrieve database information for code analysis and graph-based operations.
Available Tools
- neo4j-query: Run an arbitrary Cypher query against Neo4j and return JSON records
Usage
Use these tools to run Cypher queries against Neo4j for code analysis workflows. The default database is analysis, populated by Joern/CodeQL initializers — see bash_tools/static_analysis/SKILL.md for the schema (METHOD / TESTCASE nodes; CG_CALL / CG_MAYBE_INDIRECT_CALL / COVERS relationships). Pass --database <name> to target a different database.
Requires Sandbox
neo4j