You're viewing a demo portfolio

Join the waitlist
PRSM

yaml_json_convert

Active

Tool 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
}

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 →
yaml_json_convert — WingmanProtocol Agent Gateway — PRSM MCP