resolve_lineage
Trace an artifact's complete derivation chain from a derivative ID, traversing multi-hop links with cycle detection. Set a max depth to cap the search and avoid infinite loops.
Instructions
Resolve the full derivation chain for an artifact. Multi-hop with cycle detection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxDepth | No | Max chain depth (default: 10) | |
| derivativeId | Yes | ID of the derivative to trace |