hypotheses_list
Retrieve a ranked list of scientific hypotheses by Elo score, including title, summary, state, match count, and deduplication cluster, with optional filters for state, limit, and offset.
Instructions
List a session's hypotheses ranked by Elo, with title, summary, state, matches played and dedup cluster. Bodies are omitted; use hypothesis_get.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows. Default 20. | |
| state | No | Filter by state: draft, reviewed, in_tournament, pinned, rejected, quarantined, retired. | |
| offset | No | Rows to skip. Default 0. | |
| session_id | Yes | Session id, e.g. ses_01J... |