build_ownership_graph
Map an employee's full ownership: projects, systems, documents, dependents. Traverse relationships to reveal their organizational footprint and knowledge concentration risks.
Instructions
Build a complete ownership sub-graph for a given employee. Traverses all relationships to surface projects owned or contributed to, systems where they are sole or primary owner, documents and processes they run, people who depend on them, customers they manage, and architectural decisions they made. Use this to visualize an employee's full organizational footprint and identify knowledge concentration risks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| employeeId | Yes | The employee ID to build the ownership graph for |