Big payloads stay out of context
Heavy work runs in a sandbox
Big responses execute in an isolated sandbox with a filesystem. The agent reads back a compact summary, not a raw dump.
spinrun_run_code
rows = run_tool(
"GOOGLESHEETS_GET_VALUES",
sheet="Orders",
)
top = summarize(rows, limit=3)
print(top)