parse_csv
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
Parse a CSV string into a JSON array of objects (or raw arrays). Handles RFC 4180 quoted fields, escaped quotes, and custom delimiters. Use when processing spreadsheet exports, data imports, or structured text pipelines where the source is CSV. Supports up to 200 KB.
Parameters schema
{
"type": "object",
"required": [
"input"
],
"properties": {
"input": {
"type": "string",
"description": "CSV content to parse"
},
"header": {
"type": "boolean",
"description": "Treat the first row as headers (default: true)"
},
"delimiter": {
"type": "string",
"description": "Field delimiter character (default: \",\")"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
IA-QA — 130+ QA & Dev Tools for AI Agents
https://github.com/jcjamet/ia-qa
1/7 registries