yg_tasks_list
List tasks from YouGile boards with filters for column, assignee, completion, archive, deadline, or last change. Supports pagination and deleted tasks.
Instructions
List tasks (the workhorse for watching). Server filters: columnId, title, includeDeleted, limit, offset. Client filters applied to the page: assignedTo (user id), completed, archived, deadlineBefore (ms epoch or ISO), changedAfter (ms epoch or ISO, vs task timestamp).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| title | No | ||
| offset | No | ||
| archived | No | ||
| columnId | No | ||
| completed | No | ||
| assignedTo | No | ||
| changedAfter | No | ms epoch or ISO date; keep tasks changed after this (task.timestamp). | |
| deadlineBefore | No | ms epoch or ISO date; keep tasks with deadline <= this. | |
| includeDeleted | No |