You're viewing a demo portfolio

Join the waitlist
PRSM

format_currency

Active

Tool 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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Qiniso

https://github.com/qinisolabs/qiniso

1/7 registries
View full server →
format_currency — Qiniso — PRSM MCP