Skip to main content
Glama

update_task

Modify task details like status, priority, owner, or dependencies to track progress and manage workflows in Project MCP.

Instructions

Updates an existing task by ID. Can update any field including status, priority, owner, dependencies, etc. Use this to transition tasks through workflow states.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe task ID to update (e.g., "AUTH-001").
titleNoNew title for the task.
descriptionNoNew description. Use "append:TEXT" to append to existing description.
ownerNoNew owner for the task.
priorityNoNew priority level.
statusNoNew status. Transitioning to "done" will set completed date.
depends_onNoNew dependency list. Use "add:ID" or "remove:ID" to modify existing.
blocked_byNoNew blocked_by list.
estimateNoNew time estimate.
dueNoNew due date (YYYY-MM-DD).
tagsNoNew tags list. Use "add:TAG" or "remove:TAG" to modify existing.
add_subtaskNoAdd a new subtask to the task.
complete_subtaskNoMark a subtask as complete (partial match on subtask text).

Latest Blog Posts

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/pouyanafisi/project-mcp'

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