You're viewing a demo portfolio

Join the waitlist
PRSM

xml_json_convert

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

WingmanProtocol Agent Gateway

https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway

1/7 registries
View full server →