debate_list
Retrieve debates sorted by start time. Use active_only to view only pending or running debates, or merge in-memory and archive records.
Instructions
List debates, sorted by started_at desc.
With active_only=True: only in-memory debates in pending/running state.
Otherwise: merge in-memory + archive (memory wins on id collision), then sort.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| active_only | No | ||
| limit | No |