Mark Todo Done
mark_todo_doneMark a GitLab to-do item as done by providing its ID. Use this to clear completed tasks from your to-do list.
Instructions
Mark a single to-do item as done for the authenticated user. Requires the todo's ID (numeric or full gid://gitlab/Todo/N form) from list_my_todos.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| todoId | Yes | Todo ID — accepts a bare numeric ID ("42") or a full gid ("gid://gitlab/Todo/42") | |
| userCredentials | No | Your GitLab credentials (optional — falls back to the configured env token if not provided) |