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: 10
**Title:** Implement Company Management Tools
**Status:** done
**Dependencies:** 8 ✓, 5 ✓, 6 ✓
**Priority:** medium
**Description:** Create MCP tools for company search, creation, and update operations
**Details:**
Create company-tools.ts in handlers/ with search_companies, create_company, update_company tools. search_companies supports searchTerm, isActive, pageSize parameters with filtering. create_company accepts company data and returns created entity. update_company modifies existing company. All tools include ID-to-name enhancement in responses.
**Test Strategy:**
Test search filtering, company creation with required fields, update operations, enhanced response format