{"name":"yaml_json_convert","title":"YAML <-> JSON Converter","category":"developer","description":"Convert a YAML document to JSON, or a JSON object to YAML, using a safe (non-code-executing) parser.","price_usd":0.001,"input_schema":{"type":"object","properties":{"direction":{"type":"string","description":"yaml_to_json | json_to_yaml","enum":["yaml_to_json","json_to_yaml"]},"yaml":{"type":"string","description":"YAML text (direction=yaml_to_json)"},"data":{"type":"object","description":"JSON object to serialize (direction=json_to_yaml)"}},"additionalProperties":false,"required":["direction"]}}