local_ydb_add_dynamic_nodes
Adds extra dynamic tenant nodes beyond the primary dynamic node; without confirm it returns a plan, with confirm it executes and verifies the node.
Instructions
Add extra dynamic tenant nodes beyond the configured primary dynamic node, one at a time. Without confirm=true it returns container/port plans; with confirm=true it starts each node, verifies its IC port appears in viewer/json nodelist, and checks 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 additional dynamic nodes to add. Defaults to 1. | |
| startIndex | No | Suffix for the first added container. Defaults to 2, producing <dynamicContainer>-2. | |
| grpcPortStart | No | gRPC port for the first added node. Defaults to profile.dynamicGrpc + startIndex - 1. | |
| monitoringPortStart | No | Monitoring port for the first added node. Defaults to profile.dynamicMonitoring + startIndex - 1. | |
| icPortStart | No | Interconnect port for the first added node. Defaults to profile.dynamicIc + startIndex - 1. |