representation_roundtrip
Compare two functions or paths side by side to surface differences in calls, control structure, conversions, and side effects—useful for encode/decode or serialize/parse pairs.
Instructions
Read-only. Compare two functions/paths side by side for graph-visible calls, control structure, conversions, and side-effect differences — e.g. an encode/decode or serialize/parse pair. Returns the differences as facts only, inferring no semantic verdict. Use sibling_compare for auto-discovered structural peers, this for a deliberate two-sided pairing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| left | Yes | first function/path name or node id | |
| right | Yes | second function/path name or node id | |
| format | No | text (compact, default) | json (structured result page) |