xml_json_convert
ActiveTool of WingmanProtocol Agent Gateway
XML <-> JSON Converter — Convert XML to a canonical JSON tag/attrib/text/children object, or that shape back to XML. Rejects DOCTYPE/ENTITY declarations (XXE guard).
Parameters schema
{
"type": "object",
"required": [
"direction"
],
"properties": {
"xml": {
"type": "string",
"description": "XML text (direction=xml_to_json)"
},
"data": {
"type": "object",
"description": "{tag, attrib, text, children} object (direction=json_to_xml)"
},
"direction": {
"enum": [
"xml_to_json",
"json_to_xml"
],
"type": "string",
"description": "xml_to_json | json_to_xml"
}
},
"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