We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/asachs01/autotask-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# 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