Skip to main content
Glama

Autotask MCP Server

search_quotes

Find quotes in Autotask PSA by searching names, descriptions, or filtering by company, contact, or opportunity to quickly locate relevant business proposals.

Instructions

Search for quotes with optional filters

Input Schema

NameRequiredDescriptionDefault
companyIdNoFilter by company ID
contactIdNoFilter by contact ID
opportunityIdNoFilter by opportunity ID
pageSizeNoNumber of results to return (default: 25, max: 100)
searchTermNoSearch term for quote name or description

Input Schema (JSON Schema)

{ "properties": { "companyId": { "description": "Filter by company ID", "type": "number" }, "contactId": { "description": "Filter by contact ID", "type": "number" }, "opportunityId": { "description": "Filter by opportunity ID", "type": "number" }, "pageSize": { "description": "Number of results to return (default: 25, max: 100)", "maximum": 100, "minimum": 1, "type": "number" }, "searchTerm": { "description": "Search term for quote name or description", "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