Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_CONFIG_PATH | No | The path to the SQL Server configuration JSON file containing database credentials and options. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_table_data | Get paginated data from a SQL Server table. Returns a specified page of records with pagination enforced. |
| get_table_count | Get the total count of records in a SQL Server table. |
| get_table_structure | Get the structure/schema of a SQL Server table including column names, data types, and constraints. |
| query_data | Execute a SELECT query on the SQL Server database with enforced pagination. Only SELECT queries are allowed - DDL and DML operations (CREATE, ALTER, DROP, INSERT, UPDATE, DELETE, etc.) are rejected. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |