Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
YDB_LOGIN | No | Username for YDB login-password authentication | |
YDB_DATABASE | No | The YDB database path | /local |
YDB_ENDPOINT | Yes | The endpoint URL for connecting to YDB database | grpc://localhost:2136 |
YDB_PASSWORD | No | Password for YDB login-password authentication | |
YDB_AUTH_MODE | No | Authentication mode for YDB (e.g., 'login-password') |
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.) |