Skip to main content
Glama

goodday-mcp

by cdmx-in

update_task_status

Modify task status on Goodday-MCP by specifying task ID, user ID, new status, and an optional comment for tracking changes.

Instructions

Update the status of a task.

Args: task_id: The ID of the task to update user_id: User on behalf of whom API will execute update status_id: New status ID message: Optional comment

Input Schema

NameRequiredDescriptionDefault
messageNo
status_idYes
task_idYes
user_idYes

Input Schema (JSON Schema)

{ "properties": { "message": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Message" }, "status_id": { "title": "Status Id", "type": "string" }, "task_id": { "title": "Task Id", "type": "string" }, "user_id": { "title": "User Id", "type": "string" } }, "required": [ "task_id", "user_id", "status_id" ], "title": "update_task_statusArguments", "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