Skip to main content
Glama

Autotask MCP Server

search_contracts

Find contracts in Autotask using search terms and filters for company ID, status, and result count to locate specific agreements.

Instructions

Search for contracts in Autotask with optional filters

Input Schema

NameRequiredDescriptionDefault
companyIDNoFilter by company ID
pageSizeNoNumber of results to return (default: 25, max: 500)
searchTermNoSearch term for contract name
statusNoFilter by contract status (1=In Effect, 3=Terminated)

Input Schema (JSON Schema)

{ "properties": { "companyID": { "description": "Filter by company ID", "type": "number" }, "pageSize": { "description": "Number of results to return (default: 25, max: 500)", "maximum": 500, "minimum": 1, "type": "number" }, "searchTerm": { "description": "Search term for contract name", "type": "string" }, "status": { "description": "Filter by contract status (1=In Effect, 3=Terminated)", "type": "number" } }, "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