research_web_cancel
Cancel running Deep Research tasks to stop expensive operations and manage resource usage by sending cancel requests to the Interactions API.
Instructions
Cancel a running Deep Research task.
Sends a cancel request to the Interactions API and cleans up local tracking state. Useful for aborting expensive ($2-5) tasks early.
Args: interaction_id: The interaction ID from research_web.
Returns: Dict with interaction_id and status, or error via make_tool_error().
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| interaction_id | Yes | Interaction ID to cancel |