Skip to main content
Glama

Autotask MCP Server

create_contact

Add new contacts to Autotask by providing company ID, name, email, phone, and job title information for customer relationship management.

Instructions

Create a new contact in Autotask

Input Schema

NameRequiredDescriptionDefault
companyIDYesCompany ID for the contact
emailAddressNoContact email address
firstNameYesContact first name
lastNameYesContact last name
phoneNoContact phone number
titleNoContact job title

Input Schema (JSON Schema)

{ "properties": { "companyID": { "description": "Company ID for the contact", "type": "number" }, "emailAddress": { "description": "Contact email address", "type": "string" }, "firstName": { "description": "Contact first name", "type": "string" }, "lastName": { "description": "Contact last name", "type": "string" }, "phone": { "description": "Contact phone number", "type": "string" }, "title": { "description": "Contact job title", "type": "string" } }, "required": [ "companyID", "firstName", "lastName" ], "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