{"x402Version":1,"name":"tablint","description":"Inspect a CSV, TSV, or XLSX spreadsheet before an agent ingests it. Detects misplaced header rows, repeated header rows, multiple tables on one sheet, merged cells, ragged rows, totals rows, formulas, hidden sheets, mixed or inconsistent column types, numbers stored as text, ambiguous dates, and duplicate or empty column names. Returns a machine verdict (clean, needs cleaning, split tables, review, or reject), the blocking problems, per-sheet structure, per-column types, and a recommended next action so the agent knows whether the file is safe to load and what to fix first.","resources":[{"resource":"https://tablint.dev/v1/bazaar/table/preflight","type":"http","method":"POST","accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xf07538B80b6959E5B8e4b5dF65C73194D50fB7Eb","price":"$0.02","mimeType":"application/json","resource":"https://tablint.dev/v1/bazaar/table/preflight","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","maxAmountRequired":"20000","extra":{"name":"USD Coin","version":"2"},"description":"Inspect a CSV, TSV, or XLSX spreadsheet before an agent ingests it. Detects misplaced header rows, repeated header rows, multiple tables on one sheet, merged cells, ragged rows, totals rows, formulas, hidden sheets, mixed or inconsistent column types, numbers stored as text, ambiguous dates, and duplicate or empty column names. Returns a machine verdict (clean, needs cleaning, split tables, review, or reject), the blocking problems, per-sheet structure, per-column types, and a recommended next action so the agent knows whether the file is safe to load and what to fix first."}],"input":{"type":"object","required":["file_url"],"properties":{"file_url":{"type":"string","format":"uri","description":"Public https URL of a CSV, TSV, or XLSX file to inspect."},"checks":{"type":"array","items":{"type":"string"},"description":"Checks to run; use [\"all\"] for the full preflight."}}},"output":{"type":"object","properties":{"verdict":{"type":"string"},"recommended_action":{"type":"string"},"confidence":{"type":"number"},"blocking_conditions":{"type":"array"},"warnings":{"type":"array"},"sheets":{"type":"array"},"columns":{"type":"array"}}}}],"tags":["spreadsheet","csv","xlsx","preflight","data-quality"],"discovery":{"bazaar":true}}