yaml_json_convert
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
YAML <-> JSON Converter — Convert a YAML document to JSON, or a JSON object to YAML, using a safe (non-code-executing) parser.
Parameters schema
{
"type": "object",
"required": [
"direction"
],
"properties": {
"data": {
"type": "object",
"description": "JSON object to serialize (direction=json_to_yaml)"
},
"yaml": {
"type": "string",
"description": "YAML text (direction=yaml_to_json)"
},
"direction": {
"enum": [
"yaml_to_json",
"json_to_yaml"
],
"type": "string",
"description": "yaml_to_json | json_to_yaml"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries