run_query
Run read-only SQL queries on 3DCityDB to select city model data. Results are limited to 500 rows for efficient retrieval.
Instructions
Executes a read-only SQL query against 3DCityDB. Only SELECT and WITH (CTE) statements are allowed. Results are automatically limited to 500 rows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | SQL SELECT query to execute |