pub async fn call(name: &str, args: &Value, host: &Host) -> ToolResultExpand description
Run one tool. Argument problems come back as an error result, not as a JSON-RPC failure.
pub async fn call(name: &str, args: &Value, host: &Host) -> ToolResultRun one tool. Argument problems come back as an error result, not as a JSON-RPC failure.