{"tool": "data-quality-gate", "description": "POST a dataset (JSON array of row objects) to get back a deterministic quality verdict: facts, a 0-100 score, and a RELIABLE / USABLE_WITH_CLEANING / UNRELIABLE verdict. No LLM, 100% deterministic -- same input always produces the same output.", "usage": {"method": "POST", "path": "/api", "headers": {"Content-Type": "application/json"}, "body_examples": [{"rawJson": [{"id": 1, "price": 10}, {"id": 2, "price": null}]}, [{"id": 1, "price": 10}, {"id": 2, "price": null}]]}, "response": "The full run_quality_gate output: meta, facts, score, verdict, benchmark.", "payment": {"x402Enabled": true, "activeNetworks": ["solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp", "eip155:8453"]}}