Join menu tokens into the COMMA form /console/inspect expects for its path
argument: ["ip", "address"] → "ip,address".
The inspect path argument is internally a RouterOS array: a comma string
is :toarray-split into the menu-walk tokens, whereas a /-prefixed command
string is not split and matches no menu (confirmed on CHR 7.23.1 — slash forms
return nothing; see commands/api/AGENTS.md). So callers must pass tokens
joined by comma, never a slash command.
Join menu tokens into the COMMA form
/console/inspectexpects for itspathargument:["ip", "address"]→"ip,address".The inspect
pathargument is internally a RouterOS array: a comma string is:toarray-split into the menu-walk tokens, whereas a/-prefixed command string is not split and matches no menu (confirmed on CHR 7.23.1 — slash forms return nothing; seecommands/api/AGENTS.md). So callers must pass tokens joined by comma, never a slash command.