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_database_servers | List all available database servers configured in the JDBCX server. |
inspect_database_server | Get structural metadata for a specific database server, including its catalogs, schemas, and tables. May take minutes for large servers. |
query_database | Execute a SQL query against a specified database server and return formatted results. Maybe slow for complex queries. |