local_ydb_dump_tenant
Dump a YDB tenant or relative path using a local-ydb helper container. Excludes system objects and returns a plan unless confirmed.
Instructions
Dump the configured tenant or a tenant-relative path using a local-ydb helper container on the static container network. It creates profile.dumpHostPath/dumpName, excludes .sys objects, writes the dump under dumpName/tenant, and without confirm=true returns the mkdir/helper-container plan only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | Named profile from local-ydb.config.json. Defaults to config.defaultProfile. | |
| configPath | No | Explicit local-ydb config file path to load for this tool call. Useful when the MCP server should pick up a different config without restart. | |
| confirm | No | Must be true to dump the tenant. Omit or false for plan-only output. | |
| dumpName | No | Optional dump directory name under profile.dumpHostPath. | |
| path | No | Relative YDB object or directory path to dump inside the configured tenant. Defaults to . for tenant-wide dump semantics. |