Skip to main content

Notes

  • Task descriptions and comments are plain text — elean converts them to its internal rich text format automatically.
  • create_task and update_task accept up to 5 assignee IDs. On update_task, assigneeIds and labelIds replace the existing list rather than merging into it.
  • priority is one of low, medium, high, or urgent — custom priorities aren’t exposed over MCP.
  • statusId and labelIds take IDs, not names — use list_statuses and list_labels to look them up for a project first.
  • list_tasks is paginated; prefer get_task_by_external_id or list_tasks with search over paging through everything when you already know which task you’re after.
  • Subtasks only support one level of nesting — the task you nest under (parentTaskId) can’t itself already be a subtask.