You're viewing a demo portfolio

Join the waitlist
PRSM

json_to_csv

Active

Tool of Csv

declared in 0.1.0

Serialize an array of JSON objects (or arrays) to CSV (keyless, offline). Object keys become the header (union of all keys, in first-seen order). Fields are quoted when needed.

Parameters schema

{
  "type": "object",
  "required": [
    "rows"
  ],
  "properties": {
    "rows": {
      "type": "array",
      "description": "An array of objects (or arrays) to serialize."
    },
    "delimiter": {
      "type": "string",
      "description": "Field delimiter (default \",\")."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Csv

https://github.com/pipeworx-io/mcp-csv

2/7 registries
View full server →