Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
All Schemas in Databases | List all schemas in Redshift database |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
execute_sql | Execute a SQL Query on the Redshift cluster |
analyze_table | Analyze table to collect statistics information |
get_execution_plan | Get actual execution plan with runtime statistics for a SQL query |