sql_search
Execute SQL queries against genomics research datasets using Trino syntax to analyze and explore data collections for scientific discovery.
Instructions
Execute a SQL query against a collection using Trino syntax
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | Yes | Network name or URL | |
| collection_slug | Yes | Collection slug name | |
| sql | Yes | SQL query string (use Trino syntax with double quotes for identifiers) | |
| max_polls | No | Maximum number of polling attempts (default: 10) | |
| poll_interval | No | Seconds to wait between polls (default: 2.0) | |
| access_token | No | Optional access token for authentication |