pub type SyncToolFn = Arc<dyn Fn(Value, ToolContext) -> Result<ToolResult, Error> + Sync + Send>;
Type alias for sync tool handler functions
pub struct SyncToolFn { /* private fields */ }