get_momentum_index
Use this when an agent needs Persimmon's deterministic momentum score for a specific brand or the top of the index. Returns composite score plus four dimensions (Draw, Surge, Wedge, Hold), tier band, signal count, and last-updated timestamp. Pure read; no LLM calls in scoring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brand | No | Brand name. Omit to receive the full index (capped to top-N by composite score). | |
| limit | No | When `brand` is omitted, cap the number of returned brand entries. Defaults to 50. Maximum 200. |