Yougile Tasks
yougile_tasksList, search, create, update, and retrieve tasks in YouGile. Filter by column, assignee, sticker, or title; get by UUID or ID; update status, deadline, tracking, checklists, and chat subscribers.
Instructions
YouGile tasks: list/search (filters: columnId, assignedTo, stickerId, title), get by UUID or by number like ID-123, create, update (move via columnId, complete, archive, deadline, timeTracking plan/work hours, checklists, stickers, soft-delete via deleted=true), task chat subscribers. A task's chat id equals the task id (see yougile_chats).
Operations ([access]):
list [read]: Получить список задач
list_newest [read]: Получить список задач в обратном порядке
create [write]: Создать
get [read]: Получить по ID
update [write]: Изменить
get_chat_subscribers [read]: Получить список участников чата задачи
set_chat_subscribers [write]: Изменить список участников чата задачи
Call yougile_help('tasks.') for parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | Flat object with path params, query params and body fields, e.g. {"id": "ID-123", "title": "New title"}. See yougile_help("tool.operation"). | |
| confirm | No | Set true only after the user explicitly approved a write into a client-facing project (needed only when the tool answered confirmation_required). | |
| operation | Yes |