traverse
Explore the graph neighborhood around a piece. Returns the center piece plus all connected pieces with bridge descriptions — the 'from_center' sentence uses the center as a lens on the neighbor, 'from_neighbor' uses the neighbor as a lens on the center. Follow high-strength connections to navigate by structural similarity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Center piece ID | |
| min_strength | No | Only show connections at or above this strength (0.0-1.0, default 0.7) |