account_status
Check credits and quotas for all configured audio providers in one call, preventing mid-batch failures from exhausted credits or voice slots.
Instructions
Credits + quotas for ALL configured providers in one call — check before fan-out.
Returns a section per available provider (only those with a configured key):
"elevenlabs": tier, characters used/limit/remaining, voice slots, cloning entitlements, next quota reset, and "quality" (which audio formats this tier can request — lossless wav/pcm need Pro+, mp3_192 needs Creator+).
"mureka": prepaid credit balance, total recharge/spending, and concurrent_request_limit (=1 on the $30 tier — drives how many music jobs run at once).
Use it to avoid mid-batch failures (out of credits / voice slots) and to pick a supported
audio format for the account's tier. A provider that errors is reported under its own
key rather than failing the whole call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||