pub async fn call( state: &SharedState, name: &str, a: Map<String, Value>, ) -> Result<Value, ToolError>
Executes a tool. Scope is not checked here (see server.rs).
server.rs