You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/toon (opt-in) β re-encode JSON tool results into TOON (Token-Oriented Object Notation): an array's field names are written once like a CSV header instead of repeated on every row, and scalar arrays are inlined. On large uniform data that's ~60% fewer tokens than JSON (a 50-row array: 788 β 281 tokens). It only swaps in TOON when the result is genuinely shorter (never makes output larger), and non-JSON results pass through untouched. Pairs well with MCP servers that return big JSON payloads.