Skip to main content
Glama

Autotask MCP Server

update_company

Modify company details in Autotask including contact information, address, and active status to maintain accurate client records.

Instructions

Update an existing company in Autotask

Input Schema

NameRequiredDescriptionDefault
address1NoCompany address line 1
cityNoCompany city
companyNameNoCompany name
idYesCompany ID to update
isActiveNoWhether the company is active
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" }, "id": { "description": "Company ID to update", "type": "number" }, "isActive": { "description": "Whether the company is active", "type": "boolean" }, "phone": { "description": "Company phone number", "type": "string" }, "postalCode": { "description": "Company postal/ZIP code", "type": "string" }, "state": { "description": "Company state/province", "type": "string" } }, "required": [ "id" ], "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