Skip to main content
Glama

Autotask MCP Server

search_project_notes

Find and retrieve notes associated with a specific project in Autotask to track project details, updates, and communications.

Instructions

Search for notes on a specific project

Input Schema

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

Input Schema (JSON Schema)

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