Skip to main content
Glama

Teamwork MCP

getTaskComments

Retrieve task comments from Teamwork by task ID, with options to filter, sort, and paginate results for efficient task management.

Instructions

Get comments for a specific task from Teamwork

Input Schema

NameRequiredDescriptionDefault
commentStatusNoFilter by comment status
orderByNoOrder by field
orderModeNoOrder mode
pageNoPage number for pagination
pageSizeNoNumber of items per page
searchTermNoFilter by comment content
taskIdYesThe ID of the task to retrieve comments for
updatedAfterNoFilter by updated after date (ISO 8601 format)

Input Schema (JSON Schema)

{ "properties": { "commentStatus": { "description": "Filter by comment status", "enum": [ "all", "read", "unread" ], "type": "string" }, "orderBy": { "description": "Order by field", "enum": [ "all", "date", "project", "user", "type" ], "type": "string" }, "orderMode": { "description": "Order mode", "enum": [ "asc", "desc" ], "type": "string" }, "page": { "description": "Page number for pagination", "type": "integer" }, "pageSize": { "description": "Number of items per page", "type": "integer" }, "searchTerm": { "description": "Filter by comment content", "type": "string" }, "taskId": { "description": "The ID of the task to retrieve comments for", "type": "integer" }, "updatedAfter": { "description": "Filter by updated after date (ISO 8601 format)", "type": "string" } }, "required": [ "taskId" ], "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/Vizioz/Teamwork-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server