query_sde
Query the Eve Online SDE database using custom SQL to retrieve ship stats, module attributes, universe data, blueprints, and other information not accessible via other tools.
Instructions
Run a read-only SQL query against the Eve Online SDE database. Only SELECT statements are allowed. Use this for anything the other tools don't cover.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | SQL SELECT query to execute | |
| params | No | Bind parameters for the query |