You're viewing a demo portfolio

Join the waitlist
PRSM

format_number

Active

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Currencyformat

https://github.com/pipeworx-io/mcp-currencyformat

1/7 registries
View full server →