Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Autotask

OCI · GHCR.IO/WYRE-TECHNOLOGY/AUTOTASK-MCP:V2.32.10 · SCANNED AUG 22

MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.

40 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security0
  • Malware scan not yet available for this package.Unverified
  • Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
  • Install-script risk not yet assessed.Unverified
  • Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency45
Schema Quality & AI Usability83
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 13091 tokens (~120/item across 109 items; 101 tools + 8 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage97
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 91% of tool parameters carry a description.Partial
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
  • Supports UI / widget rendering.Pass

Unverified: 2 categories

Categories scored 0 because we could not verify them: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

oci · ghcr.io/wyre-technology/autotask-mcp:v2.32.10

# add to Claude Code
claude mcp add wyre-technology-autotask-mcp -- docker run --rm -i ghcr.io/wyre-technology/autotask-mcp:v2.32.10
# add to Codex CLI
codex mcp add wyre-technology-autotask-mcp -- docker run --rm -i ghcr.io/wyre-technology/autotask-mcp:v2.32.10
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wyre-technology-autotask-mcp": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/autotask-mcp:v2.32.10"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  wyre-technology-autotask-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/wyre-technology/autotask-mcp:v2.32.10"]
// mcp.json
{
  "mcpServers": {
    "wyre-technology-autotask-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/autotask-mcp:v2.32.10"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Aug 26 40

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 22 Aug 2026 · Analysed oci/ghcr.io/wyre-technology/autotask-mcp:v2.32.10

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem oci
Reason No attestation published
MCP tools · 101 exposed · ~12,437 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
autotask_create_company ~85

Create new company record

NameTypeReqDescription
address1string
citystring
companyNamestringyes
companyTypenumberyes
isActiveboolean
ownerResourceIDnumber
phonestring
postalCodestring
statestring

No output schema declared.

No examples provided.

autotask_create_company_note ~66

Create a new note for a company

NameTypeReqDescription
actionTypenumberAction type for the note
companyIdnumberyesThe company ID to add the note to
descriptionstringyesNote content
titlestringNote title

No output schema declared.

No examples provided.

autotask_create_contact ~66

Create new contact record

NameTypeReqDescription
companyIDnumberyesCompany ID for the contact
emailAddressstring
firstNamestringyes
lastNamestringyes
phonestring
titlestring

No output schema declared.

No examples provided.

autotask_create_contract ~486

Create a new Contract in Autotask. Field names match the Autotask REST API exactly. status: 1=In Effect, 0=Inactive. Dates are ISO format (YYYY-MM-DD).

NameTypeReqDescription
billToCompanyContactIDnumberBill-to contact ID
billToCompanyIDnumberBill-to company ID
billingPreferencenumberBilling preference picklist ID
companyIDnumberyesCompany ID the contract is associated with
contactIDnumberPrimary contact ID for the contract
contractCategorynumberyesContract category picklist ID
contractExclusionSetIDnumberContract exclusion set ID
contractNamestringyesContract name
contractNumberstringExternal-facing contract number
contractPeriodTypenumberPeriod type picklist ID
contractTypenumberyesContract type picklist ID
descriptionstringContract description / notes
endDatestringyesContract end date (ISO YYYY-MM-DD)
estimatedCostnumberEstimated cost
estimatedHoursnumberEstimated hours
estimatedRevenuenumberEstimated revenue
exclusionContractIDnumberExclusion contract ID
internalCurrencyOverageBillingRatenumberOverage rate in internal currency
internalCurrencySetupFeenumberSetup fee in internal currency
isDefaultContractbooleanWhether this is the default contract for the company
opportunityIDnumberOriginating opportunity ID
organizationalLevelAssociationIDnumberOrg level association ID
overageBillingRatenumberOverage billing rate
purchaseOrderNumberstringCustomer purchase order number
renewedContractIDnumberID of the contract this renewed
serviceLevelAgreementIDnumberSLA ID
setupFeenumberSetup fee amount
setupFeeBillingCodeIDnumberBilling code ID for the setup fee
startDatestringyesContract start date (ISO YYYY-MM-DD)
statusnumberContract status (1=In Effect, 0=Inactive)
timeReportingRequiresStartAndStopTimesnumberWhether time entries require start/stop times

No output schema declared.

No examples provided.

autotask_create_contract_service ~137

Add a ContractService (service line item) to an existing Contract.

NameTypeReqDescription
adjustedPricenumberAdjusted price
contractIDnumberyesParent Contract ID
internalCurrencyUnitPricenumberUnit price in internal currency
invoiceDescriptionstringOverride invoice description for this line
quoteItemIDnumberOriginating quote item ID, if any
serviceIDnumberyesService catalog ID being attached to the contract
unitCostnumberUnit cost for the service line
unitPricenumberyesUnit price for the service line

No output schema declared.

No examples provided.

autotask_create_contracts_bulk ~92

Create multiple contract shells (header records, no service lines) in one call — e.g. onboarding a customer with several location-based contracts. Shells are created one at a time; a failure on one shell does not stop the rest, and each item reports its own success or error.

NameTypeReqDescription
contractsarrayyesContract shells to create, in order. Same fields as autotask_create_contract.

No output schema declared.

No examples provided.

autotask_create_expense_item ~163

Create an expense item on an existing expense report

NameTypeReqDescription
amountnumberyesExpense amount
companyIdnumberAssociated company ID (0 for internal)
descriptionstringyesLine item description
expenseCategorynumberyesExpense category picklist ID
expenseDatestringyesDate of expense (YYYY-MM-DD format)
expenseReportIdnumberyesThe expense report ID to add the item to
haveReceiptbooleanWhether a receipt is attached
isBillableToCompanybooleanWhether billable to company
isReimbursablebooleanWhether this expense is reimbursable
paymentTypenumberPayment type picklist ID

No output schema declared.

No examples provided.

autotask_create_expense_report ~71

Create a new expense report

NameTypeReqDescription
descriptionstringExpense report description
namestringyesExpense report name
submitterIdnumberyesThe resource ID of the submitter
weekEndingDatestringyesWeek ending date (YYYY-MM-DD format)

No output schema declared.

No examples provided.

autotask_create_opportunity ~291

Create a new sales opportunity in Autotask

NameTypeReqDescription
amountnumberRevenue amount (default: 0, set useQuoteTotals=true to calculate from quotes)
companyIdnumberyesCompany ID for the opportunity
contactIdnumberContact ID for the opportunity
costnumberCost amount (default: 0)
descriptionstringOpportunity description
opportunityCategoryIDnumberOpportunity category picklist value ID
ownerResourceIdnumberyesOwner resource ID (the sales rep or account manager)
probabilitynumberWin probability percentage (0-100, default: 50)
projectedCloseDatestringyesProjected close date (YYYY-MM-DD)
stagenumberyesStage picklist value ID (use autotask_get_field_info to find valid values)
startDatestringyesStart date (YYYY-MM-DD)
statusnumberyesStatus: 0=Not Ready To Buy, 1=Active, 2=Lost, 3=Closed, 4=Implemented
titlestringyesOpportunity name/title
totalAmountMonthsnumberNumber of months to calculate totals for (e.g., 12 for annual)
useQuoteTotalsbooleanWhether to calculate totals from linked quotes (default: true)

No output schema declared.

No examples provided.

autotask_create_phase ~93

Create a new phase in an Autotask project

NameTypeReqDescription
descriptionstringPhase description
dueDatestringPhase due date (ISO format)
estimatedHoursnumberEstimated hours for the phase
projectIDnumberyesProject ID for the phase
startDatestringPhase start date (ISO format)
titlestringyesPhase title

No output schema declared.

No examples provided.

autotask_create_project ~168

Create a new project in Autotask

NameTypeReqDescription
companyIDnumberyesCompany ID for the project
descriptionstringProject description
endDatestringProject end date (YYYY-MM-DD)
estimatedHoursnumberEstimated hours for the project
projectLeadResourceIDnumberProject manager resource ID
projectNamestringyesProject name
projectTypenumberyesProject type (2=Proposal, 3=Template, 4=Internal, 5=Client, 8=Baseline). Required.
startDatestringProject start date (YYYY-MM-DD)
statusnumberyesProject status (1=New, 2=In Progress, 5=Complete)

No output schema declared.

No examples provided.

autotask_create_project_note ~145

Create a new note for a project

NameTypeReqDescription
descriptionstringyesNote content
isAnnouncementbooleanWhether this note is an announcement. Defaults to false.
noteTypenumberNote type (1=General, 2=Appointment, 3=Task, 4=Ticket, 5=Project, 6=Opportunity)
projectIdnumberyesThe project ID to add the note to
publishnumberPublish visibility (1=All Autotask Users, 2=Internal Project Team, 3=Project Team). Defaults to 1.
titlestringNote title

No output schema declared.

No examples provided.

autotask_create_quote ~101

Create a new quote

NameTypeReqDescription
companyIdnumberyesCompany ID for the quote
contactIdnumberContact ID for the quote
descriptionstringQuote description
effectiveDatestringEffective date (YYYY-MM-DD format)
expirationDatestringExpiration date (YYYY-MM-DD format)
namestringQuote name
opportunityIdnumberAssociated opportunity ID

No output schema declared.

No examples provided.

autotask_create_quote_item ~345

Create a line item on a quote. Set exactly ONE item reference (serviceID, productID, or serviceBundleID). Required: quoteId, quantity. Defaults: unitDiscount=0, lineDiscount=0, percentageDiscount=0, isOptional=false.

NameTypeReqDescription
descriptionstringItem description
isOptionalbooleanWhether this is an optional line item (default: false)
lineDiscountnumberLine-level discount amount (default: 0)
namestringItem name (auto-populated for service/product types)
percentageDiscountnumberPercentage discount (default: 0)
productIDnumberProduct ID to link (mutually exclusive with serviceID/serviceBundleID)
quantitynumberyesQuantity of the item
quoteIdnumberyesThe quote ID to add this item to
quoteItemTypenumberQuote item type (auto-determined if omitted): 1=Product, 2=Cost, 3=Labor, 4=Expense, 6=Shipping, 11=Service, 12=ServiceBundle
serviceBundleIDnumberService Bundle ID to link (mutually exclusive with serviceID/productID)
serviceIDnumberService ID to link (mutually exclusive with productID/serviceBundleID)
sortOrderIDnumberSort order for display
unitCostnumberUnit cost for the item
unitDiscountnumberPer-unit discount amount (default: 0)
unitPricenumberUnit price for the item

No output schema declared.

No examples provided.

autotask_create_service_call ~176

Create a new service call in Autotask. Service calls are used to schedule and plan work on tickets.

NameTypeReqDescription
companyIDnumberCompany ID this service call is for
companyLocationIDnumberCompany location ID (optional)
completebooleanWhether this service call is complete (default: false)
descriptionstringyesDescription of the service call
endDateTimestringyesScheduled end date/time (ISO 8601 format)
startDateTimestringyesScheduled start date/time (ISO 8601 format, e.g. 2026-03-22T09:00:00Z)
statusnumberStatus picklist ID (use autotask_get_field_info with entityType "ServiceCalls" to find valid values)

No output schema declared.

No examples provided.

autotask_create_service_call_ticket ~67

Link a ticket to a service call. This associates the ticket with the service call for scheduling purposes.

NameTypeReqDescription
serviceCallIDnumberyesThe service call ID to link the ticket to
ticketIDnumberyesThe ticket ID to link to the service call

No output schema declared.

No examples provided.

autotask_create_service_call_ticket_resource ~83

Assign a resource (technician) to a service call ticket.

NameTypeReqDescription
resourceIDnumberyesThe resource (technician) ID to assign
roleIDnumberThe role ID for the resource on this service call (optional)
serviceCallTicketIDnumberyesThe service call ticket ID to assign the resource to

No output schema declared.

No examples provided.

autotask_create_task ~157

Create a new task in Autotask

NameTypeReqDescription
assignedResourceIDnumberAssigned resource ID
descriptionstringTask description
endDateTimestringTask end date/time (ISO format)
estimatedHoursnumberEstimated hours for the task
projectIDnumberyesProject ID for the task
startDateTimestringTask start date/time (ISO format)
statusnumberyesTask status (1=New, 2=In Progress, 5=Complete)
taskTypenumberTask type (1=FixedWork, 2=FixedDuration). Defaults to 1.
titlestringyesTask title

No output schema declared.

No examples provided.

autotask_create_ticket ~521

Create new ticket record

NameTypeReqDescription
assignedResourceIDnumberAssigned resource ID. If set, assignedResourceRoleID is also required by Autotask.
assignedResourceRoleIDnumberRole ID for the assigned resource. Required by Autotask when assignedResourceID is set.
billingCodeIDnumberWork type / billing code ID used for billing this ticket.
companyIDnumberyesCompany ID for the ticket
contactIDnumberContact ID for the ticket
descriptionstringyes
estimatedHoursnumberEstimated hours of work for the ticket.
issueTypenumberFirst-level issue type ID (picklist). Required context for subIssueType. Use autotask_get_field_info (entityType "Tickets", fieldName "issueType") to discover valid values.
prioritynumber
projectIDnumberProject ID to associate the ticket with. Links the ticket to an existing project.
queueIDnumberQueue ID to route the ticket to. Use autotask_list_queues to discover valid IDs.
resolutionstringTicket-level resolution text. This is the Resolution field on the ticket itself, NOT a ticket note.
serviceLevelAgreementIDnumberService Level Agreement (SLA) ID to apply to the ticket.
sourcenumberTicket source ID (picklist, e.g. Phone, Email, Portal). Use autotask_get_field_info (entityType "Tickets", fieldName "source") to discover valid values.
statusnumber
subIssueTypenumberSub issue type ID (picklist). Must be valid for the selected issueType. Use autotask_get_field_info (entityType "Tickets", fieldName "subIssueType") to discover valid values.
ticketAdditionalContactsarrayAdditional contact IDs to associate with the ticket (beyond the primary contactID).
ticketCategorynumberTicket category ID (picklist). Use autotask_get_field_info with entityType "Tickets" and fieldName "ticketCategory" to discover valid values.
ticketTypenumberTicket type ID (picklist, e.g. Service Request, Incident, Problem, Change).
titlestringyes
userDefinedFieldsarrayUser-defined (custom) fields for the ticket, as an array of { name, value } objects matching the Autotask REST API shape.

No output schema declared.

No examples provided.

autotask_create_ticket_attachment ~283

Upload a file attachment to an existing ticket. The file content must be passed as a base64-encoded string in the `data` field (MCP is JSON-RPC, so binary bytes must be base64-encoded). Autotask enforces a 3 MB hard limit on ticket attachments; this tool validates the decoded size before calling the API and returns a clear error if the limit is exceeded. Example: { ticketId: 12345, title: "screenshot.png", data: "iVBORw0KGgoAAAANSUhEUgAA..." }

NameTypeReqDescription
contentTypestringMIME type of the file (e.g. "image/png", "application/pdf"). Optional.
datastringyesBase64-encoded file content. Maximum decoded size: 3 MB (Autotask ticket attachment limit). Example: read a file and pass its base64 representation here.
fullPathstringOriginal filename including any path. Defaults to `title` if not provided.
publishnumberVisibility: 1 = All Autotask Users (default), 2 = Internal Users Only
ticketIdnumberyesThe ticket ID to attach the file to
titlestringyesDisplay title for the attachment (typically the filename, e.g. "screenshot.png")

No output schema declared.

No examples provided.

autotask_create_ticket_charge ~202

Create charge on ticket for materials, costs, or expenses.

NameTypeReqDescription
billableToAccountbooleanWhether this charge is billable to the client (default: true)
billingCodeIDnumberBilling code ID for categorization
chargeTypenumberyesCharge type picklist ID (use autotask_get_field_info with entityType "TicketCharges" to find valid values)
datePurchasedstringDate the charge was incurred (YYYY-MM-DD format)
descriptionstringCharge description
namestringyesCharge name/title
productIDnumberAssociated product ID (optional)
statusnumberCharge status picklist ID
ticketIDnumberyesTicket ID to add the charge to
unitCostnumberCost per unit
unitPricenumberPrice per unit
unitQuantitynumberQuantity of units

No output schema declared.

No examples provided.

autotask_create_ticket_checklist_item ~84

Add a new checklist item to a ticket.

NameTypeReqDescription
isCompletedbooleanWhether the item starts in the completed state (default: false)
itemNamestringyesThe checklist item text
positionnumberOptional ordering position for the item
ticketIdnumberyesThe ticket ID to add the checklist item to

No output schema declared.

No examples provided.

autotask_create_ticket_note ~188

Create a new note for a ticket

NameTypeReqDescription
descriptionstringyesNote content
noteTypenumberyesNote type picklist ID. Tenant-specific — call autotask_get_field_info with entityType "TicketNotes" and fieldName "noteType" to discover the exact label-to-ID mapping before calling this tool. Do not…
publishnumberyesPublish/visibility picklist ID. Tenant-specific and security-sensitive (controls whether the note is visible to clients). Call autotask_get_field_info with entityType "TicketNotes" and fieldName "pub…
ticketIdnumberyesThe ticket ID to add the note to
titlestringNote title

No output schema declared.

No examples provided.

autotask_create_time_entry ~343

Create a time entry in Autotask. Can be tied to a ticket, task, or project, OR created as "Regular Time" (no parent) for meetings, admin work, etc. For Regular Time, specify a category like "Internal Meeting", "Office Management", "Training", etc.

NameTypeReqDescription
categorystringCategory name for Regular Time entries (e.g., "Internal Meeting", "Office Management", "Training", "Research", "HR/Recruiting", "Travel Time", "Holiday", "PTO"). Required for Regular Time entries (wh…
dateWorkedstringyesDate worked (YYYY-MM-DD format)
endDateTimestringEnd date/time (ISO format)
hoursWorkednumberyesNumber of hours worked
internalNotesstringInternal notes for the time entry
projectIDnumberProject ID for the time entry (omit for Regular Time)
resourceIDnumberResource ID (user) logging the time. Can be omitted if resourceName is provided.
resourceNamestringName of the resource/user (e.g., "Will Spence"). Will be resolved to a resourceID automatically. Use this instead of resourceID for convenience.
startDateTimestringStart date/time (ISO format)
summaryNotesstringyesSummary notes for the time entry
taskIDnumberTask ID for the time entry (for project work, omit for Regular Time)
ticketIDnumberTicket ID for the time entry (omit for Regular Time)

No output schema declared.

No examples provided.

autotask_delete_quote_item ~76

⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently deletes a quote item (line item) from a quote. This action cannot be undone. Confirm with the user before invoking.

NameTypeReqDescription
quoteIdnumberyesThe parent quote ID
quoteItemIdnumberyesThe quote item ID to delete

No output schema declared.

No examples provided.

autotask_delete_service_call ~61

⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently deletes a service call and all associated data. This action cannot be undone. Confirm with the user before invoking.

NameTypeReqDescription
serviceCallIdnumberyesThe service call ID to delete

No output schema declared.

No examples provided.

autotask_delete_service_call_ticket ~65

⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently removes a ticket association from a service call. This action cannot be undone. Confirm with the user before invoking.

NameTypeReqDescription
serviceCallTicketIdnumberyesThe service call ticket record ID to delete

No output schema declared.

No examples provided.

autotask_delete_service_call_ticket_resource ~69

⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently removes a resource assignment from a service call ticket. This action cannot be undone. Confirm with the user before invoking.

NameTypeReqDescription
serviceCallTicketResourceIdnumberyesThe service call ticket resource record ID to delete

No output schema declared.

No examples provided.

autotask_delete_ticket_charge ~73

⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently deletes a ticket charge record and all associated billing data. This action cannot be undone. Confirm with the user before invoking.

NameTypeReqDescription
chargeIdnumberyesThe charge ID to delete
ticketIdnumberyesThe parent ticket ID

No output schema declared.

No examples provided.

autotask_delete_ticket_checklist_item ~73

⚠ DESTRUCTIVE — IRREVERSIBLE. Permanently deletes a checklist item from a ticket. This action cannot be undone. Confirm with the user before invoking.

NameTypeReqDescription
itemIdnumberyesThe checklist item ID to delete
ticketIdnumberyesThe parent ticket ID

No output schema declared.

No examples provided.

autotask_execute_tool ~67

Execute any Autotask tool by name. Use after discovering tools via autotask_list_category_tools.

NameTypeReqDescription
argumentsobjectArguments to pass to the tool
toolNamestringyesThe tool name to execute (e.g., "autotask_search_tickets")

No output schema declared.

No examples provided.

autotask_get_billing_item ~38

Get detailed information for a specific billing item by ID

NameTypeReqDescription
billingItemIdnumberyesThe billing item ID to retrieve

No output schema declared.

No examples provided.

autotask_get_company_note ~47

Get a specific company note by company ID and note ID

NameTypeReqDescription
companyIdnumberyesThe company ID
noteIdnumberyesThe note ID to retrieve

No output schema declared.

No examples provided.

autotask_get_company_site_configuration ~43

Get company site configuration records. Call first to discover available fields.

NameTypeReqDescription
companyIdnumberyesThe company ID whose site configuration records should be returned

No output schema declared.

No examples provided.

autotask_get_contract ~34

Get a single contract by ID (header fields only, no service lines)

NameTypeReqDescription
idnumberyesContract ID

No output schema declared.

No examples provided.

autotask_get_expense_report ~34

Get a specific expense report by ID

NameTypeReqDescription
reportIdnumberyesThe expense report ID to retrieve

No output schema declared.

No examples provided.

autotask_get_field_info ~119

Get field definitions for an Autotask entity type, including picklist values. Useful for discovering valid values for any picklist field.

NameTypeReqDescription
entityTypestringyesThe Autotask entity type (e.g., "Tickets", "Companies", "Contacts", "Projects", "ProjectTasks", "TicketNotes"). Note: project tasks use "ProjectTasks" (or "Tasks" which auto-maps). See Autotask REST…
fieldNamestringOptional: filter to a specific field name

No output schema declared.

No examples provided.

autotask_get_invoice_details ~58

Get a single Autotask invoice with its nested line items (billing items posted to the invoice). Use for finance workflows that need to see exactly what an invoice contains.

NameTypeReqDescription
invoiceIdnumberyesThe invoice ID to fetch

No output schema declared.

No examples provided.

autotask_get_opportunity ~31

Get a specific opportunity by ID

NameTypeReqDescription
opportunityIdnumberyesThe opportunity ID to retrieve

No output schema declared.

No examples provided.

autotask_get_product ~30

Get a specific product by ID

NameTypeReqDescription
productIdnumberyesThe product ID to retrieve

No output schema declared.

No examples provided.

autotask_get_project_note ~47

Get a specific project note by project ID and note ID

NameTypeReqDescription
noteIdnumberyesThe note ID to retrieve
projectIdnumberyesThe project ID

No output schema declared.

No examples provided.

autotask_get_quote ~30

Get a specific quote by ID

NameTypeReqDescription
quoteIdnumberyesThe quote ID to retrieve

No output schema declared.

No examples provided.

autotask_get_quote_item ~34

Get a specific quote item by ID

NameTypeReqDescription
quoteItemIdnumberyesThe quote item ID to retrieve

No output schema declared.

No examples provided.

autotask_get_service ~30

Get a specific service by ID

NameTypeReqDescription
serviceIdnumberyesThe service ID to retrieve

No output schema declared.

No examples provided.

autotask_get_service_bundle ~34

Get a specific service bundle by ID

NameTypeReqDescription
serviceBundleIdnumberyesThe service bundle ID to retrieve

No output schema declared.

No examples provided.

autotask_get_service_call ~34

Get a specific service call by ID

NameTypeReqDescription
serviceCallIdnumberyesThe service call ID to retrieve

No output schema declared.

No examples provided.

autotask_get_ticket_attachment ~228

Get a ticket attachment. With includeData=false (default) returns metadata only — fast, suitable for browsing. With includeData=true returns the base64 binary content via the top-level /TicketAttachments/{id} endpoint (the child endpoint never populates data). The attachment is verified to belong to the given ticketId. Oversized binaries are stripped from the response with a dataOmittedReason field — Autotask attachments can be up to 3 MB, which is ~4 MB as base64 and may exceed the MCP client tool-result limit (~1 MB).

NameTypeReqDescription
attachmentIdnumberyesThe attachment ID to retrieve
includeDatabooleanSet true to fetch the base64-encoded file bytes. Default false returns metadata only.
maxInlineBase64BytesnumberCap on base64 string length before data is stripped (default 750_000, ~560 KB raw). Only relevant when includeData=true. Raise carefully — your MCP client may reject oversized tool results.
ticketIdnumberyesThe ticket ID the attachment belongs to

No output schema declared.

No examples provided.

autotask_get_ticket_charge ~33

Get a specific ticket charge by ID

NameTypeReqDescription
chargeIdnumberyesThe ticket charge ID to retrieve

No output schema declared.

No examples provided.

autotask_get_ticket_details ~58

Get full ticket details including notes, time entries, and custom fields.

NameTypeReqDescription
fullDetailsbooleanWhether to return full ticket details (default: false for optimized data)
ticketIDnumberyesTicket ID to retrieve

No output schema declared.

No examples provided.

autotask_get_ticket_history ~54

Get a single ticket history entry by ID. Each entry records one audited change to a ticket field (who, when, before/after).

NameTypeReqDescription
historyIdnumberyesThe ticket history entry ID to retrieve

No output schema declared.

No examples provided.