Skip to content

Resources Reference

The Autotask MCP Server provides MCP resources for direct access to entity data. Resources use URI-based addressing and return structured content.

URIDescription
autotask://companiesList all companies
autotask://companies/{id}Get a specific company by ID
URIDescription
autotask://contactsList all contacts
autotask://contacts/{id}Get a specific contact by ID
URIDescription
autotask://ticketsList all tickets
autotask://tickets/{id}Get a specific ticket by ID

Resources are typically used by MCP clients for:

  • Context loading — Pre-loading entity data before a conversation
  • Direct access — Getting a specific record by its known ID
  • Browsing — Exploring available data without search criteria
AspectResourcesTools
Access patternURI-based (read-only)Function call (read/write)
FilteringNone (returns all or by ID)Search terms, field filters, pagination
Use caseBrowsing, context loadingSpecific queries, mutations
ResponseRaw entity dataFormatted with enhancements

For most interactive use cases, the search tools provide a better experience with filtering, pagination, and ID-to-name resolution.