direction_review_batch
OPERATOR-ONLY. Serve a batch of analyst tweets whose per-ticker direction needs accurate classification, plus the rubric to classify them by.
Candidates = tweets with ≥1 cashtag that have NOT yet been LLM-reviewed. Each
item carries the tweet text (fenced as data), its cashtags, and the current
heuristic_guess (so you correct rather than start blind). Follow the returned
rubric: for EVERY cashtag return one verdict (is_call, direction, confidence,
conviction), then call direction_review_submit. Repeat until remaining=0.
Read-only and $0 — the classification is done by THIS Claude on the operator's
subscription, not by any paid API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| handle | No | ||
| include_rubric | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||