pub fn exec_tool(corpus: &Corpus, name: &str, input: &Value) -> (String, bool)
Execute a tool call against the corpus. Returns (json_string, is_error).