mycelium_forage
Investigate data quality incidents by walking the lineage graph on a budget. Returns a ranked shortlist of likely causes, each with the trail that reached it.
Instructions
Walk the lineage graph on a budget and return a ranked shortlist of what to look at.
This is not a lineage dump. Every candidate is fetched at forest resolution only -- the walk is deciding where to read, not reading. Results come back best-first, each with the trail that reached it.
Treat the ranking as a hypothesis. Investigate the top three; note the rest without reading them. An empty result is a real finding: it means the cause is outside the hop budget or the direction was wrong, not that there is no cause.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | What you are trying to find out. State the symptom, not a table. | |
| seeds | No | Optional starting URNs. Inferred from the goal if omitted. | |
| max_hops | No | Lineage depth. Defaults to 5. | |
| direction | No | 'upstream' for causes, 'downstream' for blast radius, 'both'. | upstream |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||