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 |
---|---|
execute_query | Execute a SQL query and return the results. |
stream_query | Execute a SQL query and return the results in batches as a single string. |
copy_data | Copy data into a Vertica table using COPY command. |
get_table_structure | Get the structure of a table including columns, data types, and constraints. |
list_indexes | List all indexes for a specific table. |
list_views | List all views in a schema. |