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 |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_tables | List all tables in the database with basic information |
| describe_table | Get detailed schema information for a specific table |
| get_table_relationships | Get foreign key relationships for a table |
| list_schemas | List all schemas in the database |
| get_indexes | Get indexes for a specific table |