iiRecord
Agentic AI Atlas · Graphify
tool:graphifya5c.ai
II.
Tool JSON

tool:graphify

Structured · live

Graphify json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/tools/tools-agent-infrastructure.yamlCluster · domain
Record JSON
{
  "id": "tool:graphify",
  "_kind": "Tool",
  "_file": "domain/tools/tools-agent-infrastructure.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Graphify",
    "homepageUrl": "https://github.com/graphify-ai/graphify",
    "kind": "other",
    "description": "Converts code, SQL schemas, documentation, and images into a\nqueryable knowledge graph. Parses source artifacts, extracts\nentities and relationships, and builds a graph that agents can\ntraverse and query. Supports multiple input formats and produces\na unified graph representation that captures cross-artifact\ndependencies. Useful for codebase understanding, impact analysis,\nand building navigable knowledge bases from heterogeneous sources.\n"
  },
  "outgoingEdges": [
    {
      "from": "tool:graphify",
      "to": "skill-area:knowledge-graph-management",
      "kind": "tool_used_by",
      "attributes": {}
    },
    {
      "from": "tool:graphify",
      "to": "skill-area:knowledge-fabric-design",
      "kind": "tool_used_by",
      "attributes": {}
    },
    {
      "from": "tool:graphify",
      "to": "topic:knowledge-graph-construction",
      "kind": "relates_to_topic",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "knowledge-fabric-impl:graphify-fabric",
      "to": "tool:graphify",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-graphify",
      "to": "tool:graphify",
      "kind": "integrates_with",
      "attributes": {}
    }
  ]
}