run_sql
Run read-only SQL queries against the EuroLeague data warehouse to answer any question other tools can't. Check the schema resource first for table and column names.
Instructions
Run a read-only SQL SELECT against the warehouse.
Use this for any question the other tools cannot answer.
Read the `euroleague://schema` resource first to see table and column names.
Only a single SELECT or WITH statement is permitted. The connection is read-only,
results are capped, and queries are cancelled after 15 seconds.
Args:
sql: a single SELECT (or WITH ... SELECT) statement.
limit: maximum rows to return, capped at 500.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||