Skip to main content
Glama

Autotask MCP Server

search_contacts

Find contacts in Autotask by name or email, with options to filter by company, active status, and result count for efficient contact management.

Instructions

Search for contacts in Autotask with optional filters

Input Schema

NameRequiredDescriptionDefault
companyIDNoFilter by company ID
isActiveNoFilter by active status (1=active, 0=inactive)
pageSizeNoNumber of results to return (default: 50, max: 200)
searchTermNoSearch term for contact name or email

Input Schema (JSON Schema)

{ "properties": { "companyID": { "description": "Filter by company ID", "type": "number" }, "isActive": { "description": "Filter by active status (1=active, 0=inactive)", "type": "number" }, "pageSize": { "description": "Number of results to return (default: 50, max: 200)", "maximum": 200, "minimum": 1, "type": "number" }, "searchTerm": { "description": "Search term for contact name or email", "type": "string" } }, "required": [], "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