post_data_convert
ActiveTool of io.github.webberdesign/webbersites-x402-data-api
Deterministic data-format conversion — the shape work an LLM cannot do reliably token-by-token. POST {data, from, to}: JSON, NDJSON, CSV, TSV, or a SQL INSERT dump in; any of the same out. Handles RFC 4180 quoting (commas, quotes, newlines in values), flattens nested objects to dot-notation columns, unions ragged records into a stable column set, and parses SQL string literals with '' and \' escapes. No AI, no network — same input, same bytes, every time. ($0.005 per call, paid via x402)
Parameters schema
{
"type": "object",
"required": [
"data"
],
"properties": {
"to": {
"type": "string",
"description": "csv (default), tsv, json, ndjson, or sql"
},
"data": {
"type": "string",
"description": "The dataset as a string (up to ~4MB)"
},
"from": {
"type": "string",
"description": "json (default), ndjson, csv, tsv, or sql"
},
"table": {
"type": "string",
"description": "Table name when to=sql (default 'data')"
},
"header": {
"type": "boolean",
"description": "CSV/TSV input has a header row (default true)"
},
"flatten": {
"type": "boolean",
"description": "Flatten nested objects to dot-notation columns (default true)"
},
"delimiter": {
"type": "string",
"description": "Override the delimiter for csv/tsv"
},
"infer_types": {
"type": "boolean",
"description": "Convert numeric/boolean/null strings on input (default true); leading zeros stay strings"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.webberdesign/webbersites-x402-data-api
https://github.com/webberdesign/api.webbersites.com
1/7 registries