--- name: json-pretty description: Pretty-print JSON via json_prettify tool. allowed-tools: - json_prettify --- ## When to use - User provides compact/ugly JSON and wants it formatted. ## Procedure 1) Call `json_prettify` with the JSON string. 2) Return the formatted JSON.