pub fn tool_sync<F>( name: impl Into<String>, description: impl Into<String>, parameters: ToolParameterSchema, handler: F, ) -> ToolBoxwhere F: Fn(Value, ToolContext) -> Result<ToolResult> + Send + Sync + 'static,
Quick helper to create a simple sync tool