query_warehouse
Execute a read-only SQL SELECT against the NFL play-by-play data warehouse. Returns results, limited to the specified max rows.
Instructions
Run a read-only SELECT against the NFL warehouse (DuckDB). Multiple statements are rejected. See describe_warehouse for tables and gotchas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | ||
| max_rows | No |