{"name":"csv_json_convert","title":"CSV <-> JSON Converter","category":"developer","description":"Convert CSV text to a JSON array of row objects, or a JSON array of flat objects back to CSV text.","price_usd":0.001,"input_schema":{"type":"object","properties":{"direction":{"type":"string","description":"csv_to_json | json_to_csv","enum":["csv_to_json","json_to_csv"]},"csv":{"type":"string","description":"CSV text (direction=csv_to_json)"},"records":{"type":"array","description":"JSON array of flat objects (direction=json_to_csv)"},"delimiter":{"type":"string","description":"Single-character field delimiter (default ',')"}},"additionalProperties":false,"required":["direction"]}}