Skip to main content
Glama

Autotask MCP Server

search_invoices

Find and filter Autotask invoices by company, invoice number, or voided status to quickly locate specific billing records.

Instructions

Search for invoices in Autotask with optional filters

Input Schema

NameRequiredDescriptionDefault
companyIDNoFilter by company ID
invoiceNumberNoFilter by invoice number
isVoidedNoFilter by voided status
pageSizeNoNumber of results to return (default: 25, max: 500)

Input Schema (JSON Schema)

{ "properties": { "companyID": { "description": "Filter by company ID", "type": "number" }, "invoiceNumber": { "description": "Filter by invoice number", "type": "string" }, "isVoided": { "description": "Filter by voided status", "type": "boolean" }, "pageSize": { "description": "Number of results to return (default: 25, max: 500)", "maximum": 500, "minimum": 1, "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