Skip to main content
Glama

Autotask MCP Server

create_time_entry

Log work hours in Autotask by entering resource details, date worked, hours completed, and activity summary for accurate time tracking.

Instructions

Create a time entry in Autotask

Input Schema

NameRequiredDescriptionDefault
dateWorkedYesDate worked (YYYY-MM-DD format)
endDateTimeNoEnd date/time (ISO format)
hoursWorkedYesNumber of hours worked
internalNotesNoInternal notes for the time entry
resourceIDYesResource ID (user) logging the time
startDateTimeNoStart date/time (ISO format)
summaryNotesYesSummary notes for the time entry
taskIDNoTask ID for the time entry (optional, for project work)
ticketIDNoTicket ID for the time entry

Input Schema (JSON Schema)

{ "properties": { "dateWorked": { "description": "Date worked (YYYY-MM-DD format)", "type": "string" }, "endDateTime": { "description": "End date/time (ISO format)", "type": "string" }, "hoursWorked": { "description": "Number of hours worked", "type": "number" }, "internalNotes": { "description": "Internal notes for the time entry", "type": "string" }, "resourceID": { "description": "Resource ID (user) logging the time", "type": "number" }, "startDateTime": { "description": "Start date/time (ISO format)", "type": "string" }, "summaryNotes": { "description": "Summary notes for the time entry", "type": "string" }, "taskID": { "description": "Task ID for the time entry (optional, for project work)", "type": "number" }, "ticketID": { "description": "Ticket ID for the time entry", "type": "number" } }, "required": [ "resourceID", "dateWorked", "hoursWorked", "summaryNotes" ], "type": "object" }

MCP directory API

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