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 |
|---|---|
| ydb_query | Run a SQL query against YDB database |
| ydb_query_with_params | Run a parameterized SQL query with JSON parameters |
| ydb_status | Get the current status of the YDB connection |
| ydb_list_directory | List directory contents in YDB |
| ydb_describe_path | Get detailed information about a YDB path (table, directory, etc.) |