Convert YAML
convert_yamlConvert between data formats (YAML, JSON, XML, TOML, TOON, CSV, TSV, INI, Properties, ENV). Source format is auto-detected by default; set from to force it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Target format | |
| from | No | Source format. Omit to auto-detect from content. | |
| input | Yes | The content to convert |