local_ydb_pull_image
Plan or start a background Docker pull for a local-ydb image. Without confirmation, returns commands; with confirmation, initiates the pull and returns a job ID for status tracking.
Instructions
Plan or start a background Docker pull for a local-ydb image on the selected target. Without confirm=true it returns inspect and pull commands only; with confirm=true it returns a jobId for local_ydb_pull_status unless the image is already present.
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 start the background Docker pull. Omit or false for plan-only output. | |
| image | No | Container image to pull. Defaults to the selected profile image. |