Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
ADB_MYSQL_HOST | Yes | The Adb MySQL database host | |
ADB_MYSQL_PORT | Yes | The Adb MySQL database port | |
ADB_MYSQL_USER | Yes | The Adb MySQL database user | |
ADB_MYSQL_DATABASE | Yes | The Adb MySQL database name | |
ADB_MYSQL_PASSWORD | Yes | The Adb MySQL database password |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
All of the databases | Display all of the databases in Adb MySQL |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
execute_sql | Execute a SQL query in the Adb MySQL Cluster |
get_query_plan | Get the query plan for a SQL query |
get_execution_plan | Get the actual execution plan with runtime statistics for a SQL query |