Skip to main content
Glama

Autotask MCP Server

search_company_notes

Find and retrieve company notes by entering the company ID to access relevant documentation and records stored in the Autotask system.

Instructions

Search for notes on a specific company

Input Schema

NameRequiredDescriptionDefault
companyIdYesThe company ID to search notes for
pageSizeNoNumber of results to return (default: 25, max: 100)

Input Schema (JSON Schema)

{ "properties": { "companyId": { "description": "The company ID to search notes for", "type": "number" }, "pageSize": { "description": "Number of results to return (default: 25, max: 100)", "maximum": 100, "minimum": 1, "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