check_credit_balance
Check your current MDMagic credit balance: subscription and purchased credits, plan name, and status. Use it to verify credits before conversions.
Instructions
Check the user's current MDMagic credit balance: subscription credits (renewable monthly), purchased credits (permanent), plan name, and plan status.
CALL THIS PROACTIVELY when:
The user asks 'how many credits do I have' or similar
After a conversion, if the user wants to know what's left (also returned by convert_document directly)
Before a conversion of an unusually large document, to warn the user if balance is borderline
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total_credits | Yes | Total credits available (subscription + purchased) | |
| subscription_credits | No | Renewable monthly subscription credits | |
| purchased_credits | No | Permanent purchased credits |