Skip to main content
Glama

Autotask MCP Server

create_project_note

Add detailed notes to Autotask projects to document progress, track tasks, and maintain comprehensive project records for better team collaboration and status monitoring.

Instructions

Create a new note for a project

Input Schema

NameRequiredDescriptionDefault
descriptionYesNote content
noteTypeNoNote type (1=General, 2=Appointment, 3=Task, 4=Ticket, 5=Project, 6=Opportunity)
projectIdYesThe project ID to add the note to
titleNoNote title

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Note content", "type": "string" }, "noteType": { "description": "Note type (1=General, 2=Appointment, 3=Task, 4=Ticket, 5=Project, 6=Opportunity)", "type": "number" }, "projectId": { "description": "The project ID to add the note to", "type": "number" }, "title": { "description": "Note title", "type": "string" } }, "required": [ "projectId", "description" ], "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