csv-table · v1

CSV Table Converter

Convert CSV into Markdown tables or JSON arrays.

Run now REST API / MCP Manifest

Sample input

name,role,city
林深,开发,杭州
苏苑,"设计,视觉",上海

API / MCP call

curl -X POST https://staging.toolkit.fun/api/v1/t/csv-table \
  -H "Authorization: Bearer tk_..." \
  -H "Content-Type: application/json" \
  -d '{"input":"...","params":{}}'

MCP server: https://staging.toolkit.fun/api/mcp

Who it is for

Use this tool directly when you need CSV Table Converter, want to chain it into a workflow, or want to expose it to an agent over REST API or MCP. This page carries the sample, call syntax, manifest, and version so search engines and generative retrieval can describe the tool accurately.

Notes

Convert CSV into Markdown tables or JSON arrays.