We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wyre-technology/autotask-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Task ID: 11
**Title:** Implement Contact Management Tools
**Status:** done
**Dependencies:** 8 ✓, 5 ✓, 6 ✓
**Priority:** medium
**Description:** Create MCP tools for contact search and creation operations
**Details:**
Create contact-tools.ts in handlers/ with search_contacts and create_contact tools. search_contacts supports filtering by email, company, name with pagination. create_contact accepts contact data including companyID association. Include automatic company name resolution in responses using mapping service.
**Test Strategy:**
Test contact search with various filters, contact creation with company association, enhanced response with company names