Skip to main content
Glama

Autotask MCP Server

get_company_note

Retrieve specific company notes from Autotask PSA using company ID and note ID to access client documentation and records.

Instructions

Get a specific company note by company ID and note ID

Input Schema

NameRequiredDescriptionDefault
companyIdYesThe company ID
noteIdYesThe note ID to retrieve

Input Schema (JSON Schema)

{ "properties": { "companyId": { "description": "The company ID", "type": "number" }, "noteId": { "description": "The note ID to retrieve", "type": "number" } }, "required": [ "companyId", "noteId" ], "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