Skip to main content
Glama

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

TableJSON Schema
NameRequiredDescriptionDefault
profileNoNamed profile from local-ydb.config.json. Defaults to config.defaultProfile.
configPathNoExplicit local-ydb config file path to load for this tool call. Useful when the MCP server should pick up a different config without restart.
confirmNoMust be true to execute planned commands. Omit or false for plan-only output.
countNoNumber of additional dynamic nodes to add. Defaults to 1.
startIndexNoSuffix for the first added container. Defaults to 2, producing <dynamicContainer>-2.
grpcPortStartNogRPC port for the first added node. Defaults to profile.dynamicGrpc + startIndex - 1.
monitoringPortStartNoMonitoring port for the first added node. Defaults to profile.dynamicMonitoring + startIndex - 1.
icPortStartNoInterconnect port for the first added node. Defaults to profile.dynamicIc + startIndex - 1.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations provide readOnlyHint=false, destructiveHint=false, while the description details the two-phase behavior, return of container/port plans, start with verification steps, and tenant metadata checks. This adds significant context beyond annotations with no contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loaded with the core action. Every sentence adds essential information: the first identifies what the tool does, the second explains the two modes and verification. No superfluous text.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (8 parameters, two modes), the description covers the key behaviors and verification steps. While it hints at return values (plans), lacks detailed output format. Without an output schema, this is generally sufficient but could mention what plans contain.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 100% coverage with descriptions for all 8 parameters. The description reinforces the plan/execute mode via confirm parameter but does not add new semantic meaning beyond the schema. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it adds extra dynamic tenant nodes beyond the primary node, specifying the one-at-a-time behavior. It distinguishes from siblings by mentioning primary dynamic node and plan/execute modes, but could more explicitly differentiate from local_ydb_start_dynamic_node.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explains the two-phase usage (plan only with confirm=false, execute with confirm=true) and the verification process. However, it does not explicitly state when to use this tool versus alternatives like start_dynamic_node, nor does it list prerequisites or when not to use.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/astandrik/local-ydb-toolkit'

If you have feedback or need assistance with the MCP directory API, please join our Discord server