What closing a card does to utilization
estimate_close_card_impactUse this for "should I cancel the credit card I never use", "is it bad to close a card", or any question about cancelling, downgrading, or consolidating cards. It does not close, cancel, or change any card; it only explains and calculates. With no card figures it returns general closure considerations and retention information. Supply figures for a hypothetical paid-off closure calculation. Supply cards and cardName as well and it additionally computes the exact utilization before and after, the limit leaving the denominator, and whether it crosses a band upward. 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 | No | The person's cards, if they have given them. Omit to get the mechanics and the Canadian rules without any numbers. | |
| 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. | |
| cardName | No | The card being considered for closure. Partial names are matched. Only meaningful alongside cards. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cardName | Yes | ||
| computed | Yes | ||
| bandAfter | Yes | ||
| alwaysTrue | Yes | ||
| bandBefore | Yes | ||
| disclosure | Yes | ||
| assumptions | Yes | ||
| blendedAfter | Yes | ||
| limitRemoved | Yes | ||
| balanceOnCard | Yes | ||
| blendedBefore | Yes | ||
| crossesBandUp | Yes | ||
| remainingLimit | Yes | ||
| isOnlyRevolvingAccount | Yes |