Overview
Features
ydb_query
Run a SQL query against a YDB database. Parameters: sql (string) - the query to execute.
ydb_query_with_params
Run a parameterized SQL query with JSON parameters. Parameters: sql (string), params (JSON string).
ydb_list_directory
List contents of a YDB directory. Parameters: path (string).
ydb_describe_path
Describe a YDB path (table, directory, etc.). Parameters: path (string).
ydb_status
Get the current status of the YDB connection. Parameters: none.
Who Is This For?
- LLMs:Enable MCP-enabled LLMs to perform YDB queries and directory/path operations.




