ydb_describe_path
Retrieve comprehensive details about a specific path, such as tables or directories, within YDB databases using YDB MCP server for efficient data management and insights.
Instructions
Get detailed information about a YDB path (table, directory, etc.)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | Yes |
Input Schema (JSON Schema)
{
"properties": {
"path": {
"title": "Path",
"type": "string"
}
},
"required": [
"path"
],
"title": "describe_pathArguments",
"type": "object"
}