escape_string
ActiveTool 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)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Unicode
https://github.com/pipeworx-io/mcp-unicode
2/7 registries