# Task ID: 14
**Title:** Implement Utility and Mapping Tools
**Status:** done
**Dependencies:** 8 ✓, 5 ✓, 6 ✓
**Priority:** low
**Description:** Create utility tools for connection testing and mapping cache management
**Details:**
Create utility-tools.ts in handlers/ with test_connection, get_company_name, get_resource_name, get_mapping_cache_stats, clear_mapping_cache, preload_mapping_cache tools. test_connection verifies API connectivity. Mapping tools provide direct access to ID-to-name resolution and cache management.
**Test Strategy:**
Test connection validation, individual name lookups, cache statistics accuracy, cache clearing functionality