You're viewing a demo portfolio

Join the waitlist
PRSM

escape_string

Active

Tool of Unicode

declared in 0.1.0

Escape a string. format = "js" (\uXXXX), "html" (&#xNN;), "url" (percent-encoding), or "all-nonascii" (js-escape only non-ASCII). Keyless, offline.

Parameters schema

{
  "type": "object",
  "required": [
    "text"
  ],
  "properties": {
    "text": {
      "type": "string",
      "description": "The text to escape."
    },
    "format": {
      "type": "string",
      "description": "js | html | url | all-nonascii (default js)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Unicode

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

2/7 registries
View full server →