local_ydb_dump_tenant
Dump a YDB tenant using a helper container, excluding .sys objects, and preview the plan without confirmation.
Instructions
Dump the configured tenant using a local-ydb helper container on the static container network. It creates profile.dumpHostPath/dumpName, excludes .sys objects, writes the tenant 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. |