{"name":"json_minify_prettify","title":"JSON Minifier / Prettifier","category":"developer","description":"Parse a JSON text string and re-serialize it as the most compact form, or as an indented human-readable form.","price_usd":0.001,"input_schema":{"type":"object","properties":{"json":{"type":"string","description":"Raw JSON text to reformat"},"mode":{"type":"string","description":"minify | prettify (default minify)","enum":["minify","prettify"]},"indent":{"type":"integer","description":"Spaces per indent level for prettify, 1-8 (default 2)"}},"additionalProperties":false,"required":["json"]}}