format_currency
ActiveTool of Qiniso
declared in 0.5.0
USE THIS to format a money amount the way a reader in a locale expects (symbol position, separators) before showing it in a price, invoice or email. e.g. 1234.5 GBP en-GB → '£1,234.50'.
Parameters schema
{
"type": "object",
"required": [
"amount"
],
"properties": {
"amount": {
"type": "string",
"description": "The numeric amount."
},
"locale": {
"type": "string",
"description": "BCP-47 locale (e.g. en-GB). Defaults from the currency."
},
"currency": {
"type": "string",
"description": "ISO 4217 currency code (default GBP)."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Qiniso
https://github.com/qinisolabs/qiniso
1/7 registries