Parses user input starting with /, validates arguments, and executes
the corresponding tool function. Returns a list with ok (logical) and
result (character string — either the tool output or a help/error message).
Arguments
- input
Character string of user input (e.g. "/mcs n=5000 tasks=...").
