Skip to main content
Glama

Autotask MCP Server

create_task

Create new tasks in Autotask by specifying project ID, title, status, assigned resources, estimated hours, and scheduling details to organize project work.

Instructions

Create a new task in Autotask

Input Schema

NameRequiredDescriptionDefault
assignedResourceIDNoAssigned resource ID
descriptionNoTask description
endDateTimeNoTask end date/time (ISO format)
estimatedHoursNoEstimated hours for the task
projectIDYesProject ID for the task
startDateTimeNoTask start date/time (ISO format)
statusYesTask status (1=New, 2=In Progress, 5=Complete)
titleYesTask title

Input Schema (JSON Schema)

{ "properties": { "assignedResourceID": { "description": "Assigned resource ID", "type": "number" }, "description": { "description": "Task description", "type": "string" }, "endDateTime": { "description": "Task end date/time (ISO format)", "type": "string" }, "estimatedHours": { "description": "Estimated hours for the task", "type": "number" }, "projectID": { "description": "Project ID for the task", "type": "number" }, "startDateTime": { "description": "Task start date/time (ISO format)", "type": "string" }, "status": { "description": "Task status (1=New, 2=In Progress, 5=Complete)", "type": "number" }, "title": { "description": "Task title", "type": "string" } }, "required": [ "projectID", "title", "status" ], "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