{"name":"sql-from-prompt","description":"Text to SQL / NL to SQL / AI SQL generator. Postgres, MySQL, SQLite, BigQuery, Snowflake, MSSQL, DuckDB, ANSI. Optional schema. Returns SQL + explanation + tables_referenced + is_destructive + warnings.","price":"$0.02","method":"POST","input_schema":{"properties":{"prompt":{"type":"string"},"schema":{"type":"string"},"dialect":{"type":"string","enum":["postgres","mysql","sqlite","bigquery","snowflake","mssql","duckdb","ansi"]}},"required":["prompt"]},"input_example":{"prompt":"Top 10 customers by lifetime spend in 2026","dialect":"postgres"},"output_example":{"sql":"SELECT...","dialect":"postgres","is_destructive":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}