Skip to main content
Glama

Autotask MCP Server

create_company_note

Add notes to company records in Autotask to document important information, updates, or actions for future reference and team collaboration.

Instructions

Create a new note for a company

Input Schema

NameRequiredDescriptionDefault
actionTypeNoAction type for the note
companyIdYesThe company ID to add the note to
descriptionYesNote content
titleNoNote title

Input Schema (JSON Schema)

{ "properties": { "actionType": { "description": "Action type for the note", "type": "number" }, "companyId": { "description": "The company ID to add the note to", "type": "number" }, "description": { "description": "Note content", "type": "string" }, "title": { "description": "Note title", "type": "string" } }, "required": [ "companyId", "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