Skip to main content
Glama

Autotask MCP Server

create_project

Create new projects in Autotask by specifying company ID, project name, status, and optional details like description, dates, manager, and estimated hours to organize and track project work.

Instructions

Create a new project in Autotask

Input Schema

NameRequiredDescriptionDefault
companyIDYesCompany ID for the project
descriptionNoProject description
endDateNoProject end date (YYYY-MM-DD)
estimatedHoursNoEstimated hours for the project
projectManagerResourceIDNoProject manager resource ID
projectNameYesProject name
startDateNoProject start date (YYYY-MM-DD)
statusYesProject status (1=New, 2=In Progress, 5=Complete)

Input Schema (JSON Schema)

{ "properties": { "companyID": { "description": "Company ID for the project", "type": "number" }, "description": { "description": "Project description", "type": "string" }, "endDate": { "description": "Project end date (YYYY-MM-DD)", "type": "string" }, "estimatedHours": { "description": "Estimated hours for the project", "type": "number" }, "projectManagerResourceID": { "description": "Project manager resource ID", "type": "number" }, "projectName": { "description": "Project name", "type": "string" }, "startDate": { "description": "Project start date (YYYY-MM-DD)", "type": "string" }, "status": { "description": "Project status (1=New, 2=In Progress, 5=Complete)", "type": "number" } }, "required": [ "companyID", "projectName", "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