You're viewing a demo portfolio

Join the waitlist
PRSM

csv_json_convert

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

CSV <-> JSON Converter — Convert CSV text to a JSON array of row objects, or a JSON array of flat objects back to CSV text.

Parameters schema

{
  "type": "object",
  "required": [
    "direction"
  ],
  "properties": {
    "csv": {
      "type": "string",
      "description": "CSV text (direction=csv_to_json)"
    },
    "records": {
      "type": "array",
      "description": "JSON array of flat objects (direction=json_to_csv)"
    },
    "delimiter": {
      "type": "string",
      "description": "Single-character field delimiter (default ',')"
    },
    "direction": {
      "enum": [
        "csv_to_json",
        "json_to_csv"
      ],
      "type": "string",
      "description": "csv_to_json | json_to_csv"
    }
  },
  "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 →
csv_json_convert — WingmanProtocol Agent Gateway — PRSM MCP