Claude Debate Reply
claude_debate_replyAccept or rebut Claude's counter-claims in an evidence debate, providing new arguments and verified evidence to converge disputes within three rounds.
Instructions
Continue an open evidence debate. For each of Claude's counter-claims or rulings, either accept it (name it) or rebut it with an argument and new evidence. You are expected to have verified Claude's cited evidence yourself before rebutting. Rounds should converge: stop when remaining_disputes is empty or after three rounds, and report the per-claim outcome to the user. Check the result footer's format field before parsing: format: json means the body is the requested JSON document; format: prose means Claude answered in prose instead - read it directly or retry with a stronger model rather than calling JSON.parse blindly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Claude model override: opus, sonnet, haiku, or a full model id. Omit for the configured default. | |
| responses | Yes | Accept or rebut Claude's prior claims. | |
| session_id | Yes | session_id from claude_debate_open or the previous debate round. | |
| workspace_dir | Yes | Absolute path to the same project used by the open debate call. |