probe_call
Execute a tool within an active probe session using its session ID and arguments, returning the result for the next step in the goal.
Instructions
Call one tool inside an active probe session (from probe_start). Pass the session_id, the tool name (from the goal's tool list), and its args. Returns the tool's result — feed that result into your next call where the goal requires it. Every call is recorded and graded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Arguments for the tool | |
| tool | Yes | Name of the challenge tool to call | |
| session_id | Yes | session_id from probe_start |