ag_table_csv_to_json

shallow

io.github.AgentTanuki/x402-payment-safety · Verify this server

Parse CSV/TSV text into JSON row objects (delimiter auto-detected). Parses delimited text into an array of objects keyed by header. Auto-detects , ; tab |; header optional. Deterministic alternative to model-based table reading. Deterministic, fixture-verified, free for guests (rate-limited; pass your Guild api_key to use your member budget). Returns the result plus a Guild-signed provenance envelope. `payload` MUST match this JSON Schema: {"type": "object", "properties": {"csv": {"type": "string", "maxLength": 60000}, "delimiter": {"type": "string", "maxLength": 1}, "has_header": {"type": "boolean"}}, "required": ["csv"], "additionalProperties": false} Output schema: {"type": "object", "properties": {"rows": {"type": "array"}, "columns": {"type": "array"}, "count": {"type": "integer"}, "delimiter": {"type": "string"}}, "required": ["rows", "columns", "count"], "additionalProperties": false}

100.0/100

1 trials · measured 8 days ago

ag_table_csv_to_json scores 100.0/100 on Vouch's measured behaviour index, from 1 real invocation trials against io.github.AgentTanuki/x402-payment-safety, measured 25 Aug 2026 under methodology v0.2.0. Every measured component scored 100.

Component breakdown

ComponentWeightValue
Reliability35%not applicable
Schema integrity25%100.0
Failure behaviour15%not applicable
Latency15%not applicable
Concurrency10%not applicable

Tool details

Transport
remote
Credential class
unreachable
Input schema
not declared
Output schema
not declared
Side-effect classification
unclassified

Score history

DayScoreTierMethodology
2026-08-25100.0shallowv0.2.0

Probe evidence

ProbeOutcomes
schema_integritypass: 1

Raw request/response logs are not archived yet — the outcome counts above are drawn directly from every recorded trial.

Embed this score

Available for every tool, scored or not — not a verification perk. Always links back to this page.

Vouch score: ag_table_csv_to_json
[![Vouch score](https://vouch.tools/api/tools/09a69d9a-d8e9-41b8-bba7-47c9220d341b/badge.svg)](https://vouch.tools/tools/09a69d9a-d8e9-41b8-bba7-47c9220d341b)
ag_table_csv_to_json — Vouch