Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REDASH_API_KEY | Yes | Your Redash API key | |
| REDASH_BASE_URL | Yes | Redash instance URL | |
| REDASH_API_TIMEOUT | No | API request timeout (milliseconds) | 30000 |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_data_sources | List all available data sources in Redash |
| get_data_source | Get details about a specific data source |
| execute_query_and_wait | Execute a SQL query and wait for the result |
| list_queries | List all queries in Redash |