Skip to main content
Glama

goodday-mcp

by cdmx-in

add_task_comment

Add a comment to a specific task in the Goodday project management platform by providing the task ID, user ID, and comment text. Enhances task collaboration and updates.

Instructions

Add a comment to a task.

Args: task_id: The ID of the task user_id: User on behalf of whom API will execute update message: Comment text

Input Schema

NameRequiredDescriptionDefault
messageYes
task_idYes
user_idYes

Input Schema (JSON Schema)

{ "properties": { "message": { "title": "Message", "type": "string" }, "task_id": { "title": "Task Id", "type": "string" }, "user_id": { "title": "User Id", "type": "string" } }, "required": [ "task_id", "user_id", "message" ], "title": "add_task_commentArguments", "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/cdmx-in/goodday-mcp'

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