spell_currency
Convert a numeric currency amount to its Arabic textual representation, including major and minor units with correct grammatical agreement.
Instructions
Spell out a currency amount in full Arabic words, including the major and minor units with correct grammatical agreement (e.g. 1234.5 SAR -> "ألف ومئتان وأربعة وثلاثون ريالاً وخمسون هللة").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | The monetary amount to spell out. | |
| locale | No | BCP-47 locale, e.g. 'ar', 'ar-SA', 'en'. Defaults to 'ar'. | |
| currency | No | ISO 4217 currency code, e.g. 'SAR', 'AED', 'KWD'. |