Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
HANA_HOST | Yes | SAP HANA Cloud host address | |
HANA_PORT | No | SAP HANA Cloud port number | 443 |
HANA_USER | Yes | SAP HANA Cloud database username | DBADMIN |
HANA_PASSWORD | Yes | SAP HANA Cloud database password |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
hana_query_builder | Build a SQL query for HANA database |
hana_schema_explorer | Explore HANA database schemas and tables |
hana_connection_test | Test HANA database connection |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
hana_show_config | Show the HANA database configuration |
hana_test_connection | Test connection to HANA database |
hana_list_schemas | List all schemas in the HANA database |
hana_show_env_vars | Show all HANA-related environment variables (for debugging) |
hana_list_tables | List all tables in a specific schema |
hana_describe_table | Describe the structure of a specific table |
hana_list_indexes | List all indexes for a specific table |
hana_describe_index | Describe the structure of a specific index |
hana_execute_query | Execute a custom SQL query against the HANA database |