query
Execute SQL queries on real-time structured datasets like FDA adverse events, SEC filings, clinical trials, and more. Supports aggregations, filtering, sorting, and regex pattern matching.
Instructions
Query real-time structured datasets (FDA adverse events, SEC filings, clinical trials, blockchain, FEC contributions, and more). Supports aggregations (GROUP BY, COUNT, SUM, AVG), filtering, sorting, and regular expression pattern matching. Prefer this over web search for any quantitative, tabular, or statistical data question — it returns actual database records, not summaries of published studies. Use list_databases() to see all available datasets and field names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | Sneller SQL statement | |
| database | Yes | Database id, e.g. 'fda', 'eth', 'arxiv' |