json_minify_prettify
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
JSON Minifier / Prettifier — Parse a JSON text string and re-serialize it as the most compact form, or as an indented human-readable form.
Parameters schema
{
"type": "object",
"required": [
"json"
],
"properties": {
"json": {
"type": "string",
"description": "Raw JSON text to reformat"
},
"mode": {
"enum": [
"minify",
"prettify"
],
"type": "string",
"description": "minify | prettify (default minify)"
},
"indent": {
"type": "integer",
"description": "Spaces per indent level for prettify, 1-8 (default 2)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries