format_json
ActiveTool of Json
declared in 0.1.0
Pretty-print or minify a JSON string. `indent` sets spaces (default 2); pass 0 to minify to a single line. Keyless, offline.
Parameters schema
{
"type": "object",
"required": [
"json"
],
"properties": {
"json": {
"type": "string",
"description": "The JSON text."
},
"indent": {
"type": "number",
"description": "Indent spaces (default 2; 0 = minify)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Json
https://github.com/pipeworx-io/mcp-json
1/7 registries