local_ydb_container_logs
Read recent Docker logs from YDB static or dynamic container to troubleshoot bootstrap, restart, or readiness check failures.
Instructions
Read recent Docker logs from the configured static or primary dynamic local-ydb container. Use when bootstrap, restart, or readiness checks fail; target selects the container role and lines controls the tail length.
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. | |
| target | Yes | Container role to read logs from: static node or primary dynamic tenant node. | |
| lines | No | Number of recent log lines to read. Defaults to 200. |