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: 13
**Title:** Implement Time Entry Management Tools
**Status:** done
**Dependencies:** 8 ✓, 5 ✓, 6 ✓
**Priority:** medium
**Description:** Create MCP tools for time entry creation and management
**Details:**
Create time-entry-tools.ts in handlers/ with create_time_entry tool. Accept parameters for ticketID, resourceID, hours, description, date. Validate time entry data and create entries in Autotask. Include enhanced responses with ticket and resource name resolution.
**Test Strategy:**
Test time entry creation with valid/invalid data, ticket and resource ID validation, enhanced response format