Skip to main content
Glama

Autotask MCP Server

get_project_note

Retrieve specific project notes by providing project ID and note ID to access detailed project documentation and updates.

Instructions

Get a specific project note by project ID and note ID

Input Schema

NameRequiredDescriptionDefault
noteIdYesThe note ID to retrieve
projectIdYesThe project ID

Input Schema (JSON Schema)

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