Next move
get_next_moveUse this when someone asks what to pay first, what to do next, or how to lower utilization before it is reported. Returns the single highest-priority action from the card figures given in the conversation: which card, how much, and by which date. The calculation uses the supplied statement closing date as a planning assumption; actual issuer reporting dates can differ. Calculates scenarios from supplied figures; does not make payments, change accounts, fetch external data, or retain tool inputs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cards | Yes | The person's revolving credit accounts. Ask for limit, statement balance, and statement closing date per card — those three drive everything. | |
| today | No | Today's date in the person's local timezone, yyyy-mm-dd. Pass it — the server otherwise falls back to UTC, which is a day ahead for Canadian evenings. | |
| targetUtilization | No | Target utilization as a decimal. Defaults to 0.29 — one point under the 30% band. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| move | Yes | ||
| forecast | Yes | No validated score prediction is available. | |
| disclosure | Yes | ||
| assumptions | Yes | ||
| currentUtilization | Yes |