format_number
ActiveTool of Currencyformat
declared in 0.1.0
Format a number with grouping, fixed decimals, as a percentage, or in compact notation (keyless, offline). style = "decimal" (default), "percent", or "compact".
Parameters schema
{
"type": "object",
"required": [
"number"
],
"properties": {
"style": {
"type": "string",
"description": "decimal (default) | percent | compact."
},
"locale": {
"type": "string",
"description": "BCP-47 locale (default \"en-US\")."
},
"number": {
"type": "number",
"description": "The number to format."
},
"decimals": {
"type": "number",
"description": "Fixed number of fraction digits."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Currencyformat
https://github.com/pipeworx-io/mcp-currencyformat
1/7 registries