scrutica_get_supply_chain
Return supply-chain relationships for one or more organizations. direction = 'upstream' traces suppliers (who feeds this entity); 'downstream' traces customers (who depends on this entity); 'both' returns both. Each edge: source_org_id, target_org_id, relationship_type, supply_share (where disclosed), price_correlation_3m (3-month rolling, where available), data_source. Dataset: 18,999 edges from a licensed supply-chain database (held under subscription, not redistributed) plus SEC Exhibit 21 (substrate snapshot 2026-09-01).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| org_id | No | Alias for org_ids; a single id may be passed as a bare string. | |
| org_ids | No | REQUIRED. Scrutica org IDs in 'org-<slug>' format (e.g. ['org-nvidia', 'org-tsmc']), 1-5 of them. Optional in the schema only so the single-id aliases below can stand in. | |
| direction | No | both | |
| company_id | No | Alias for org_ids. |