Skip to main content
Glama

Autotask MCP Server

create_quote

Generate new quotes in Autotask by specifying company details, contact information, effective dates, and associated opportunities to streamline sales proposals.

Instructions

Create a new quote

Input Schema

NameRequiredDescriptionDefault
companyIdYesCompany ID for the quote
contactIdNoContact ID for the quote
descriptionNoQuote description
effectiveDateNoEffective date (YYYY-MM-DD format)
expirationDateNoExpiration date (YYYY-MM-DD format)
nameNoQuote name
opportunityIdNoAssociated opportunity ID

Input Schema (JSON Schema)

{ "properties": { "companyId": { "description": "Company ID for the quote", "type": "number" }, "contactId": { "description": "Contact ID for the quote", "type": "number" }, "description": { "description": "Quote description", "type": "string" }, "effectiveDate": { "description": "Effective date (YYYY-MM-DD format)", "type": "string" }, "expirationDate": { "description": "Expiration date (YYYY-MM-DD format)", "type": "string" }, "name": { "description": "Quote name", "type": "string" }, "opportunityId": { "description": "Associated opportunity ID", "type": "number" } }, "required": [ "companyId" ], "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