Expand description
Read tools over debug mode: trace listing/inspection and the sandbox.
Structs§
- GetTrace
Args - GetTrace
Step Args - List
Traces Args - Sandbox
Args - Schema for
run_sandbox. Typed and documented field by field so an agent sees the exact payload shape; the tool still hands the raw JSON to the sandbox runner, which validates (and forgives a few common variants:query/urialiases, JSON bodies written as objects, numeric header values,response.status). - Sandbox
Context Args - Sandbox
Node Args - One ad-hoc node:
{ "id": "rw", "type": "proxy-rewrite", "config": {...} }. - Sandbox
Response Args
Enums§
- Sandbox
OnError - Sandbox
Value - Header / query-parameter values: a string, or a list of strings for repeated values. Numbers and booleans are accepted and stringified.
Functions§
- get_
trace - get_
trace_ step - list_
traces - require_
debug 🔒 - run_
sandbox_ tool run_sandboxtakes the same body asPOST /api/debug/sandbox. Shape errors come back with a hint showing the accepted payload, because a model that guessed wrong needs the correct shape, not just the field name.