Skip to main content
Glama

Autotask MCP Server

create_company

Create a new company in Autotask by providing company details including name, type, contact information, and owner assignment to manage business relationships.

Instructions

Create a new company in Autotask

Input Schema

NameRequiredDescriptionDefault
address1NoCompany address line 1
cityNoCompany city
companyNameYesCompany name
companyTypeYesCompany type ID
isActiveNoWhether the company is active
ownerResourceIDNoOwner resource ID
phoneNoCompany phone number
postalCodeNoCompany postal/ZIP code
stateNoCompany state/province

Input Schema (JSON Schema)

{ "properties": { "address1": { "description": "Company address line 1", "type": "string" }, "city": { "description": "Company city", "type": "string" }, "companyName": { "description": "Company name", "type": "string" }, "companyType": { "description": "Company type ID", "type": "number" }, "isActive": { "description": "Whether the company is active", "type": "boolean" }, "ownerResourceID": { "description": "Owner resource ID", "type": "number" }, "phone": { "description": "Company phone number", "type": "string" }, "postalCode": { "description": "Company postal/ZIP code", "type": "string" }, "state": { "description": "Company state/province", "type": "string" } }, "required": [ "companyName", "companyType" ], "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