You're viewing a demo portfolio

Join the waitlist
PRSM

json_minify_prettify

Active

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

WingmanProtocol Agent Gateway

https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway

1/7 registries
View full server →
json_minify_prettify — WingmanProtocol Agent Gateway — PRSM MCP