route
Cross-system navigation (the map as GPS): given a start object and a target object — named in any case; the answer uses the map's own spelling — returns the shortest verified join path between them — per hop an executable join_spec (leftFile.leftColumn = rightFile.rightColumn, with the real file and column names, or null when the map could not test that hop), the edge's verb and cardinality with the direction the map stores them in, strength, measured row coverage (the share of rows that actually reach the other side; a blank key counts as a miss) and caveat, plus which system each object lives in and which fields on the path are PII. Use it before fetching data in your human's own systems: the route tells you where to look, by which columns, and how much to trust each step. The map never returns the data itself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Target object name, e.g. "shipment" | |
| from | Yes | Start object name, e.g. "order" |