local_ydb_add_storage_groups
Add storage groups to a tenant storage pool. Without confirm, returns a plan; with confirm, executes and verifies.
Instructions
Increase NumGroups for one tenant storage pool using the current ReadStoragePool definition. Without confirm=true this returns the DefineStoragePool plan, rollback, target pool, and target count; when the update succeeds it verifies NumGroups and tenant metadata.
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 execute planned commands. Omit or false for plan-only output. | |
| count | No | Number of storage groups to add. Defaults to 1. | |
| poolName | No | Explicit storage pool name. Defaults to <tenantPath>:<storagePoolKind>. |